Support » Plugin: Sticky Header by ThematoSoup » CSS conflict – for info

  • Hi all,

    I was racking my brain trying to figure out why the sticky header wasn’t working on my site – after all, I’ve used it successfully in the past! After ruling out plugin conflicts, I narrowed the problem down to my theme…then further down to my style sheet…and voilà ! found the bugger. I had added the following rule as part of a “sticky footer” fix

    html, body {
      height: 100%;
      margin: 0;
    }

    Take this out and Sticky Header works fine. Also, doesn’t seem to effect the sticky footer fix either. win-win. 🙂

    Hope this can help someone else.
    best,
    -jennyb

    https://wordpress.org/plugins/sticky-header/

  • The topic ‘CSS conflict – for info’ is closed to new replies.