Reply To: wider header widget

Home Forums Support wider header widget Reply To: wider header widget

Home Forums Support wider header widget Reply To: wider header widget

#181463
Tom
Lead Developer
Lead Developer

Hi there,

This should open the mobile menu by default: https://gist.github.com/generatepress/d50527e008498000e680

Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/

You might be able to put them in two columns like this:

@media(max-width: 768px) {
    .toggled .main-nav .sf-menu > li {
        float: left !important;
        width: 50%;
        clear: none;
    }
}

Adding CSS: https://generatepress.com/knowledgebase/adding-css/

Hope this helps 🙂

  • This reply was modified 8 years ago by Tom.
  • This reply was modified 8 years ago by Tom.