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

    Hi,

    I want to create a sidebar menu that has two items in a horizontal list, with no separators. I’m completely stumped. Please help.

    #448789

    Hey Simon!

    Try adding this code to the Quick CSS:

    .html_header_sidebar #header .av-main-nav > li {
        display: inline-block;
        margin: 0;
    }
    
    .html_header_sidebar #header .av-main-nav{
        text-align: center;
    }
    
    .html_header_sidebar #header .av-menu-button-colored > a .avia-menu-text {
        padding: 0;
    }

    Cheers! 
    Josue

    #448999

    BRILLIANT. Thanks!

    Simon

    #449021

    You are welcome Simon, glad to help :)

    Regards,
    Josue

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