• Resolved Gambler0815

    (@gambler0815)


    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;
    }
    }

    https://www.ads-software.com/plugins/autoptimize/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Frank Goossens

    (@futtta)

    that must be in one of the CSS-files that are being aggregated Gambler0815, there’s no CSS that Autoptimize adds by itself.

    hope this helps,
    frank

    Thread Starter Gambler0815

    (@gambler0815)

    Hi Frank,

    yor’re right – came from another plugin – thanks for the hint.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘html: margin-top: 32px’ is closed to new replies.