Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1186138

    In the main enfold header, how do I switch the position of the menu, so that its not vertical aligned in the middle, but rather its aligned to f.x the bottom of the header, flush with the bottom of my logo?

    I cant find any options to do so.

    #1186447

    Hey kapteina,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:1024px) {
         #top #header_main > .container .main_menu .av-main-nav > li > a,
          #top #header_main #menu-item-shop .cart_dropdown_link {
            line-height: 245px;
         }
    }
    

    Please go to your Theme option > Main menu and use this option.
    If you need further assistance please let us know.

    Best regards,
    Victoria

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