• Resolved bbbelleville

    (@bbbelleville)


    Hello,
    I would like to divide my mobile responsive menu into 2 columns. How could I do?
    Many thanks!
    Paola

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Styled Themes

    (@gejay)

    Hello bbbelleville,

    However it seems a customization issue, as far as your query’s understanding please add the following css inside the additional css section of your customizer and check if you meant to make changes similar to it;

    @media screen and (max-width: 425px){
    	.site-navigation.toggled-on ul a {
    	    font-size: 0.8rem;
    	}
    	ul.nav-menu > li {
    	    width: 49%;
    	    float: left;
    	}
    }

    Thanks!

    Thread Starter bbbelleville

    (@bbbelleville)

    Ok, it works. Thank you! Paola

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2-layout in mobile responsive menu’ is closed to new replies.