Comments kadirb started the conversationJune 9, 2020 at 4:41pmHello,I only use the Off-Canvas menu on mobile. Desktop also hide. I want to remove Top-Nav from the off-canvas menu while on mobile. I just want the menu I added to the off-canvas with the Widgets page to appear. How can I do it? 2,979Andrew repliedJune 9, 2020 at 5:34pmHi kadirb,Try turning off the following in Salient > Header navigation > Off canvas menu/ Mobile menuKind regards.kadirb repliedJune 9, 2020 at 5:45pmHi Andrew,I tried, but noting any change 2,979Andrew repliedJune 9, 2020 at 6:46pmHi kadirb,Try clearing browser and even check in browser incognito mode. Also share a link to your website.Thanks. kadirb replied privately 2,979Andrew repliedJune 9, 2020 at 7:17pmHi kadirb,Use the following custom css to hide top menu on mobile: @media only screen and (max-width: 600px){ .off-canvas-menu-container.mobile-only .menu { display: none; } } Kind regards.1 Likekadirb repliedJune 9, 2020 at 8:27pmSuper. So how do I align at the top? 2,979Andrew repliedJune 9, 2020 at 8:44pmHi kadirb,Try the following css: @media only screen and (max-width: 768px){ #slide-out-widget-area.slide-out-from-right .inner-wrap { margin-top: -60px; } } Thanks.1 Likekadirb repliedJune 9, 2020 at 8:59pmIncredible! Thanks a lot. Sign in to reply ...
Hello,
I only use the Off-Canvas menu on mobile. Desktop also hide.
I want to remove Top-Nav from the off-canvas menu while on mobile. I just want the menu I added to the off-canvas with the Widgets page to appear. How can I do it?
Hi kadirb,
Try turning off the following in Salient > Header navigation > Off canvas menu/ Mobile menu
Kind regards.
Hi Andrew,
I tried, but noting any change
Hi kadirb,
Try clearing browser and even check in browser incognito mode. Also share a link to your website.
Thanks.
Hi kadirb,
Use the following custom css to hide top menu on mobile:
Kind regards.
Super. So how do I align at the top?
Hi kadirb,
Try the following css:
Thanks.
Incredible! Thanks a lot.