Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #487039

    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

    #487140

    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

    #487274

    Top man! Perfect.

    #487568

    Hi,

    Glad we could help :-)

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Two line titles clash’ is closed to new replies.