This topic has 2 replies, 2 voices, and was last updated 1 months ago ago by Tony Rodriguez
Hey guys
Can you help as to how I can disable the advanced sticky header on mobile view. Can’t find any options to disable this :/ Looks great on desktop, do not like this for mobile view.
Thanks
Gary
Hello, @GBDesignStudio,
Thank you for contacting us and for using XStore.
To hide the advanced sticky header on mobile view , please try adding the following CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
@media only screen and (max-width: 767px) {
.sticky-on .sticky-mobile-header-wrapper .sticky-mobile-header-main {
display: none !important;
}
}
We hope this helps. Should you require any further assistance, please do not hesitate to reach out. We are here to help you.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up