Mobile Header adjustments

Posted in: Newspaper
Post count: 13

On my site’s mobile, https://www.bigtimesoftball.com/ there is a black row or bar above my header that I cannot figure out how to remove. Please help. Thanks!

  • This topic was modified 6 years by reedesign.
Post count: 35449

Hi,

I think that the bar is set from a plugin that you are using, if all you want is to remove it, then you can use this custom css -> https://i.imgur.com/mmzVOV3.png
#wpadminbar{
display: none;
}
html {
margin-top: 0px !important;
}

The code need to be set in Theme Panel> Custom code > Advance css > Phones -> https://i.imgur.com/UkCill4.png

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.