html: margin-top: 32px
-
Hi,
I’m not sure – but within firefox – I detected a margin-top: 32px offeset which seems to be caused by autopimize – maybe a conflict with another plugin ..
any idea
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;
}
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘html: margin-top: 32px’ is closed to new replies.