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

    Hi there,

    Is it possible to change the height of the full width submenu?
    Currently it’s something like 42 pixels but I want it to be more subtile, 20 for example.

    Any code to achieve that?

    Thanks in advance!

    #604564

    Hi MulderMind!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av-submenu-container {
        height: 30px;
    }
    #top .av-subnav-menu > li {
        padding: 4px 0;
    }
    #top .sticky_placeholder {
        height: 29px;
    }

    I believe 20px would be too small. Feel free to adjust the values as needed

    Regards,
    Yigit

    #604577

    Thanks Yigit – spot on & fast – like always :)

    And you’re right, 30 is better.

    Have a good day!

    #604580

    Hi!

    You are welcome, glad we could help :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change height of full width submenu’ is closed to new replies.