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

    Hi there,

    I was wondering how you would move the menu description above the menu item when you are using the left side menu like in for the photography and consulting demo.

    Many thanks!

    #625152

    Hey,

    Try adding this code to the Quick CSS / child theme style.css:

    .html_header_sidebar #header .av-main-nav > li > a .avia-menu-subtext {
        position: absolute;
        top: 10px;
    }
    
    .html_header_sidebar #header .av-main-nav > li > a {
        padding-top: 30px;
    }
    

    Best regards,
    Josue

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