-
AuthorPosts
-
August 13, 2009 at 11:41 pm #143447
I changed the logo size from 171×48 to 171×70, then in template_css.css, I changed the logo’s height from 48px to 70px (see image 1). Then I found the top menu’s height changed to 70px too (please look at the green color area in image 2), the problem is:
How could I adjust the top menu, to make the menu text move down for the balance? also those vertical lines need to be extended to 70px from 48px.
Any master could give me some clue? thanks very much.
-
August 14, 2009 at 4:00 am #314189
I read all the posts in this template category and found 3 persons already asked the same question but never got answered. Looks like a tough question though.
Any other clues I could deal with the white space area when I have to put a logo there with the size of 171 x 70?
Thanks.
December 26, 2009 at 8:41 pm #327535Guys,
I am facing the same problem and I appreciate if someone from the Joomlart Staff help us on this. How to change the top menu’s height?
BTW Danieljeigh, have you realized how to do that?
Thanks in advance!
ThiagoSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 28, 2009 at 3:42 am #327567Dear guys
I give you the solution related with the danieljeigh’s question.
To adjust the hieght of the menu please open the file:
/templates/ja_mageia/ja_menus/ja_cssmenu/ja-sosdmenu.css and try to find codes at line 84:
#ja-cssmenu li a {
margin: 0;
padding: 25px 10px 10px 40px;
line-height: normal;
display: block;
text-decoration: none;
text-transform: uppercase;
color: #556975;
border-right: 1px solid #D0D9DF;
font-weight: bold;
}
You ‘ll adjust number of the padding attribute in this rule. Here is the solution for the danieljeigh’s question
#ja-cssmenu li a {
margin: 0;
padding:47px 10px 10px 40px;
line-height: normal;
display: block;
text-decoration: none;
text-transform: uppercase;
color: #556975;
border-right: 1px solid #D0D9DF;
font-weight: bold;
}
good luck
1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by tguarino 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-