Tagged: navigation
On desktop, I have the navigation showing centrally on a coloured background. Is there a way to make the coloured (dark purple) banner deeper? I don’t want to enlarge the text any more, just have a deeper navigation area.
Hey!
Not really sure what you mean by “deeper”. Can you please elaborate on the changes you would like to make? :)
Best regards,
Yigit
sorry I meant taller/higher (the colour is fine, i want the line to be thicker). The navigation bar is about 50px tall at the moment, so can I add some padding or set a height somewhere?
Hi!
Please add following code to Quick CSS
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
height: 70px;
}
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
height: 70px;
line-height: 70px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Perfect, thank you :-)