Mobile Theme Menu Issue

Posted in: Newspaper
Post count: 63

When I use my mobile menu, there is a “grey” bar” across the top and when I scroll up on my menu, the grey bar is transparent and shows the website scrolling in the background. I uploaded a YouTube video to show you. https://youtu.be/-KhubUYeLNA

Post count: 20685

Hi,

Seems that grey bar is a padding set on the body of the website http://prntscr.com/n79qd3

I believe that top ad is adding it, so that when the page is loaded it pushes down the content – http://prntscr.com/n79r09 it should remove the padding when it’s closed however, but it does not – http://prntscr.com/n79rca

Without that padding it will appear over the mobile header – http://prntscr.com/n79rsb
so the menu, logo and search will not be seen unless the website visitor closes it. I could give you a code to remove that padding – http://prntscr.com/n79uer

body {
padding: 0!important;
}

Enter it in the theme panel -> mobile theme -> custom CSS code section.

Thanks

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