Top Bar on Mobile

Posted in: Newspaper
Post count: 1

On my sites mobile theme, there is a black “top bar” that is above my header. It is sticky and scrolls down the page. I cannot, for the life of me, get that thing to go away. my site is http://www.keelerpublishing.com
Please help remove that bar from my page. Thank you in advance.

  • This topic was modified 5 years by wskeeler.
Post count: 27744

Hello,

You will have to first start looking for a plugin conflict.
Please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

If this doesn’t have an effect, you need to insert the custom code in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/rAWk31jQO.
The code is:

.mob-menu-header-holder {
display: none;
}
body.mob-menu-slideout-over{
padding-top: 0;
}

Hope that helps you!

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.