This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Olga Barlow
Hi,
I’ve imported a coming soon page to my site, but when the content is long enough that scrollbar is displayed, when you scroll to the bottom it appears the mobile menú on the top. How can it be disabled?
If you want to watch it in desktop, you must resize the explorer window. If you try it in a mobile phone, almost always happens.
Regards,
Hello,
Add the following code in Theme Options > Styles > Custom CSS
.page-template-blank .fixed-header {
display: none;
}
We’ll fix it in next theme update.
Regards
You must be logged in to reply to this topic.Log in/Sign up