Home › Forums › Support › wider header widget › Reply To: wider header widget
March 25, 2016 at 12:07 am
#181463
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 7 years, 6 months ago by
Tom.
-
This reply was modified 7 years, 6 months ago by
Tom.