[Support request] two column slideout menu

Home Forums Support [Support request] two column slideout menu

Home Forums Support two column slideout menu

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

    Hi Tom
    Is it possible to split the slide out menu into two equal columns?
    thanks
    Matt

    #257896
    Tom
    Lead Developer
    Lead Developer

    Hmm, there probably wouldn’t be much room. Do you have any examples of others doing this I can see?

    #257910
    Matt

    I am using a menu image so there will be enough room. I had this for the drop down menu but want it to work for the slide out menu
    .toggled .main-nav .sf-menu>li{float:left!important;width:50%;clear:none}
    thanks
    Matt

    #257991
    Tom
    Lead Developer
    Lead Developer

    Try this:

    .slideout-navigation .main-nav .sf-menu>li{
        float:left!important;
        width:50%;
        clear:none
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.