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

#181563
Matt

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