I want to remove the margin-top property from twenty twelve theme. This is the default theme provided by wordpress. The sample of the code what I found with the help of firebug.
html{
margin-top: 32px !important;
}
I want to remove the margin-top property from twenty twelve theme. This is the default theme provided by wordpress. The sample of the code what I found with the help of firebug.
html{
margin-top: 32px !important;
}
Remove margin from h1 - h6 elements. WP have default margins and that is why you see 32px !Important in inline HTML code.