Tagged: ,

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

    My site has a fixed header with an adjusted height of 150px. My menu items have a large gap below them and if I use a margin to bring them to the bottom of the header then it moves the submenu down, leaving a gab between the two elements.

    Any advice would be greatly appreciated!

    #353266

    Hey ctaylor209!

    You are currently using an older version of Enfold and WordPress. We can provide you a simple custom CSS code to move your menu items lower if you update your theme – http://vimeo.com/67209750

    Regards,
    Yigit

    #353501

    I have updated to the latest version of Enfold. Can you provide me with the CSS code to move the menu items down? Thanks

    #353583

    Hey!

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

    .av-main-nav > li > a > .avia-menu-text {
    position: relative;
    top: 25px;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.