This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Sticky Menu on Mobile – North Theme

7 years ago · Last reply by Alex S 7 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 7 years, 1 month ago

    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.

Have a different question or issue?

Start New Thread