-
AuthorPosts
-
November 6, 2017 at 11:23 pm #873422
Hey guys, sorry this must have been answered but a couple of questions relating to the menu bar when using a centred logo:
1. How can I reduce the height of the Menu bar? (not the Header which I can adjust in Theme Options)
2. How can I target a different colour for the Menu bar to the Header?
3. How can I add a border line between the Menu and the Header?Here’s the site:
Thanking you!
CJNovember 6, 2017 at 11:33 pm #873430Hey jaroljmek,
#1 – Which area do you mean for menu bar?
#2 Again, I’m still unclear as to exactly what you mean with this.
#3 Which section do you consider the menu and header. I believe figuring your interpretation of this will clear up the other 2 as well.
Best regards,
Jordan ShannonNovember 6, 2017 at 11:39 pm #873438Hi Jordan
Here’s a screenshot showing the menu bar selected with a blue border by Firebug – the bar containing the menu items:
https://www.awesomescreenshot.com/image/2945279/76e86b4cc5debdc765e0065d8ee5f4fa
It’s that menu bar that I’d like to make narrower, change colour and add a border-top.
Hope that’s clear! Thanks
CJNovember 8, 2017 at 3:46 am #873957Hi,
Thanks for the screenshot. Please try the following in Quick CSS under Enfold->General Styling:
.html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a { height: 30px !important; line-height: 30px !important; } #header_main_alternate { background-color:red !important; border-top:1px solid green !important; }
Best regards,
RikardNovember 8, 2017 at 9:43 am #874077Hi Rikard
Thanks very much for this.
That CSS moves the menu up, affecting the top margin/padding but it does not affect the bottom margin. It seems to move the menu items up within the bar but the bar is still the same height. You’ll see here:
Is there a workaround?
Many thanks
November 10, 2017 at 5:35 am #874981 -
AuthorPosts
- You must be logged in to reply to this topic.