Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Dear all,
 I use SiteOrigin Corp in a website, for a page I need to use the space usually for the menu for an input form, so my idea was to force the menu in “mobile mode” also for desktop viewport, but I have some trouble with media queries.
In my page I put
 
                             function modifica_css_menu () { ?>
                                                               <style type="text/css">
			                                        #mobile-menu-button{
								display: block !important;
								}
								.main-navigation>div{
								display: none !important;
								}
								</style> <?
                                                            }
                            add_action('wp_head','modifica_css_menu',1000);
but I have a problem with the media query, which uses “!important”: how I can disable it?
@media (min-width: 769px)
#masthead #mobile-navigation {
    display: none !important;

Hi Nicola
Thanks for reaching out.
I’ll push an update to resolve this during the week. Here is the pull request on GitHub https://github.com/siteorigin/siteorigin-corp/pull/106.
thanks!
Thanks for your feedback. Cheers for now :)