Hi
You helped me out with making two line titles (https://kriesi.at/support/topic/more-space-for-menu-two-line-menu-titles/#post-486486) and it looks great until you scroll down, then the two lines overlap. I’ve added a screen grab so you can see what I mean.
Anything I can do to stop that happening?
Also, on my iPad, the “Home” menu link overlaps the logo in landscape mode. In portrait it goes to a mobile menu – so that’s fine – but can I fix the landscape appearance?
Thanks
Hi bobbeach!
1- You can go to Enfold theme options > Header > Header Behaviour and disable shrinking header
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1075px) and (min-width: 990px) {
.av-main-nav > li > a {
padding: 0 5px;
}}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit
Top man! Perfect.