Home › Forums › All Other Themes › diet and nutrition Menu header area
- This topic has 3 replies, 2 voices, and was last updated 6 years, 8 months ago by
Forum Moderator.
-
AuthorPosts
-
January 9, 2017 at 2:49 am #57759
Hello
Is it possible to fill the white space to the right of logo with the menu items of a larger font but at the same time be able to make the tagline a larger font. If I make the tag line font larger it bumps the menu below the tagline and leaves so much white space. Can the logo be centred at the top of the page and have the menu items above the logo?
Thanks
Mike
http://www.thenutritionguy.ca
January 9, 2017 at 7:17 am #57836Hi Michael,
Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box
Add this code there:
.logo{float:none; text-align:center; width:auto !important;}
.has_trans_header.home #topmenu{float:none;}
.centerlogoarea #topmenu{text-align:center !important;}Regards,
DaveJanuary 9, 2017 at 4:12 pm #57931Thanks this did centre the logo and tagline but cannot seem to keep the menu above the tagline and logo. At the top of the page. Would be nice to have it stay there as a sticky menu.
Thanks again
MikeJanuary 10, 2017 at 5:54 am #57993Hi Mike,
Kindly replace this code with the previous code that i have provided.
.logo{float:none; text-align:center;} .logo span.tagline{text-align:center !important;} .header_right{float:none !important;} #nav{margin-right:0 !important; text-align:center;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.