- This topic has 3 replies, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › diet and nutrition Menu header area
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
Hi 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,
Dave
Thanks 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
Mike
Hi 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
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]