-
AuthorPosts
-
Heng CHeong Kum Friend
Heng CHeong Kum
- Join date:
- September 2014
- Posts:
- 43
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
September 11, 2009 at 6:24 am #144111I have attach a file here to highlight my issue.
In the JA Lead, originally the menu is beside the logo.
I manage to drop the menu below the logo so I can use a bigger logo.
However I can’t find (don’t know) how to extend the width of the menu bar so it align properly.Urgent here, I hope someone is kind enough to explain and highlight to me where I should mod.
Regards,
Jeremy
prakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
September 11, 2009 at 7:13 am #3170471 user says Thank You to prakash for this useful post
September 12, 2009 at 3:51 pm #317170Hello,
The code for the logo interess me,
How can i put the logo on the top (you show that in your picture example
excuse for my english i’m french
Heng CHeong Kum FriendHeng CHeong Kum
- Join date:
- September 2014
- Posts:
- 43
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
September 13, 2009 at 2:00 am #317191mlardeux;144377Hello,
The code for the logo interess me,
How can i put the logo on the top (you show that in your picture example
excuse for my english i’m french
goto templates/ja_leads/css folder
open up the template.css file with your editor
Find the following original code some line 800+
h1.logo a {
background: url(../images/logo.png) no-repeat top left;
display: block;
height: 59px;
width: 163px;
}h1.logo a span {
position: absolute;
top: -1000px;I amended for my own use:
h1.logo a {
background: url(../images/logo.png) no-repeat top left;
display: inline-block;
margin-top: 10px;
height: 60px;
width: 330px;
}h1.logo a span {
position: relative;
top: -1000px;If wrong pls let me know, cause I mod a lot of things in this css file.September 23, 2009 at 4:37 pm #318275That ok , thank you, filnaly i have the solution myself
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by mlardeux 15 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to change menu width, HELP pls.
Viewing 5 posts - 1 through 5 (of 5 total)