Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #254463

    Hi,
    How can i split a menu item?
    I’ve a item “design consultancy“, how can i divide in two lines?

    Thanks in advance.

    Ika

    #255127

    Hey Leggereacolori!

    You can add <br> tag after first line then add following code to Quick CSS in Enfold theme options under Styling tab

    .av-main-nav > li > a { line-height: 20px!important; }

    Best regards,
    Yigit

    #255137

    Hi Yigit,
    Ok works fine!
    But if i add padding top, when scroll down the menu comes out from the header.

    Thanks

    #255139

    Hey!

    Can you post the link to your website so we can take a look?

    Regards,
    Yigit

    #255140
    This reply has been marked as private.
    #255150

    Hey!

    Please add following code to Quick CSS as well

    .av-main-nav > li > a {
    height: 60px!important;
    margin-top: 56px;
    }
    .header-scrolled .av-main-nav > li > a {
    margin-top: 0;
    }

    Regards,
    Yigit

    #255152
    This reply has been marked as private.
    #255159

    Hi!

    Done. Transition is not as smooth as before but using shrinking header, that happens unfortunately

    Cheers!
    Yigit

    #255160

    Thanks!

    Cheers!

    Ika

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Split menu item’ is closed to new replies.