A
A
Anton2018-04-03 19:00:56
css
Anton, 2018-04-03 19:00:56

How to override styles?

Now I am uploading a site on Wordpress and an error occurred, I have a code of the form in the page code

<style>
  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>

honestly, I can’t understand where it comes from, since it’s not in the main template and these 32px are very off topic, how can I override these styles !?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
E, 2018-04-03
@Toxa26

are you logged into the admin? probably yes. this is necessary for the top bar of WordPress, it is generated somewhere in the bowels

S
Senseich, 2018-04-03
@Senseich

Drop a link to the site

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question