Sticky Menu on Mobile – North Theme
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
1Hi 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.