Home>Support>Sticky Menu on Mobile – North Theme

Sticky Menu on Mobile – North Theme

By Mark Tank, 6 years ago. Last reply by Alex S, 6 years ago.
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].

Is there a way to turn of the sticky menu on the North theme on Mobile? It is pretty nice on a large screen but it takes up too much space on a phone.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 6 years, 5 months ago Alex S
    Hi, I Work Here

    Hi Mark,

    You can disable the sticky menu on mobile by adding some custom CSS to your website. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:

    @media (max-width: 639px) {
    	.sticky-menu #masthead {
    		position: relative !important;
    	}
    
    	.masthead-sentinel {
    		display: none;
    	}
    }
    

    You might also need to install the SiteOrigin CSS Editor.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More