custom header code – cannot find where to remove from

Posted in: Newspaper
Post count: 15

About 6 or so months back *I think* I added custom header code as follows. My problem now is that I want to remove this code but cannot for the life of me find where/how it was added.

<style type=”text/css” media=”screen”>
html { margin-top: 32px !important; }
* html body { margin-top: 32px !important; }
@media screen and ( max-width: 782px ) {
html { margin-top: 46px !important; }
* html body { margin-top: 46px !important; }
}
</style>

Any ideas how this can be removed? I am struggling to get this fixed. Thank you!!

  • This topic was modified 8 years by brent.
Post count: 20688

Hi,

So you don’t remember where exactly you entered that code. Maybe check the theme panel custom code sections, analytics section as well. Check the theme header file, it could be loading in the head
https://www.screencast.com/t/AAghZTCxB8
Check your child theme if you have one active.

Thanks

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