Site logo

Archived topic

two column slideout menu

3 replies · Started by Matt on December 26, 2016

Viewing posts 1–4 of 4

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

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

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

Try this:

.slideout-navigation .main-nav .sf-menu>li{
    float:left!important;
    width:50%;
    clear:none
}
This archived topic is closed to new replies.