Home › Forums › Support › wider header widget › Reply To: wider header widget
March 25, 2016 at 6:26 am
#181563
Hey Tom
add_filter( ‘generate_navigation_class’, ‘generate_mobile_menu_toggled’);
function generate_mobile_menu_toggled( $classes )
{
$classes[] = ‘toggled’;
return $classes;
}
Cant get the menu to open by default dose that code just go in custom css?
And
.toggled .main-nav .sf-menu > li {
float: left;
width: 50%;
clear: none;
}
gets it to float left but not in two columns.
Here is link to site http://91b.96d.myftpupload.com/ if that helps
Also header widget is still showing up on my iPhone , not sure if its my phone or what any ideas
Thanks heaps
Matt