-
AuthorPosts
-
January 8, 2008 at 11:53 pm #124890
Hello-
I’ve successfully changed the logo size on my template (Mageia) but the change effected the main menu position.
The main menu (and the rest of the site) is pushed too far down now. Is there a place where I can change the position of the main menu to align to the top of the page?
Thank you very much.
cssyeah Moderatorcssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
January 9, 2008 at 3:33 am #236076Hi nketola,
Open the template_css.css in the folder ja_mageia, search this CSS code section:
#ja-mainnav {
float: right;
width: 77%;
}
you need decrease the width of the mainnav (ex: width: 60%; )
January 9, 2008 at 3:52 am #236078for the quick response! That worked- the nav is now up above again, but the header is now still low. I don’t see a similar blip of code about the header. Do you by chnace have a quick fix for that one as well?
Thanks again for your help.
cssyeah Moderatorcssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
January 9, 2008 at 7:38 am #236090Do You want increase height of the header?
if you want to increase height of the header, you need increase height of logo. Find this CSS code section in the template_css.css file:
h1.logo {
font-size: 300%;
display: block;
float: left;
margin: 0;
padding: 0;
width: 218px;
height: 48px; /* 100px or 200px */
}
January 9, 2008 at 1:36 pm #236108I don’t think that’s it. I’ll attache a screen shot so you can see what I am talking about. The logo is only 171 in height but the header goes down further. The menu used to be down by the header until I change the width as above.
Thanks again for all of your help.
January 10, 2008 at 8:15 pm #236188Hi-
I’ve still been playing around with a number of things but cannot seem to get the header and newsflash up about 100 pixels. I’m sure it is something I am overlooking- so thank you very much, but any last help woudlbe greatly appreciated!
Thanks again.
saminora Friendsaminora
- Join date:
- March 2009
- Posts:
- 73
- Downloads:
- 12
- Uploads:
- 5
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
July 30, 2010 at 10:06 am #351246I do have similar prob. My log is 58px high and now there is an ugly white gap under the navi. I want the buttons of navig. to have same height as logo. Where can I change it?
cheers
martinSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 3, 2010 at 11:44 pm #351636pls open the file: templates/ja_mageia/ja_menus/ja_cssmenu/ja-sosdmenu.css and try to find the following code:
#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;
}pls adjust for this attribute: padding: 25px 10px 10px 40px;, goodluck
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by Saguaros 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
larger logo makes main menu not align
Viewing 8 posts - 1 through 8 (of 8 total)