• katemegill

    (@katemegill)


    I haven’t checked this in awhile, but it seems that since the last update, my sticky header is no longer sticking. I had added some Custom CSS to include my logo in my sticky header (since it didn’t happen correctly with your option) and now it isn’t sticky at all.

    Here is my CSS:

    body #header.sticky-header img#logo-image {
    background-image: url(/wp-content/uploads/2015/07/white-teaching-new-logo.png);
    box-sizing: border-box;
    display: block;
    width: 100px;
    height: 53px;

    margin: 0px;
    background-size: 100px 53px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px 110px 0px 10px;
    !important; }

    My website: https://teachingwhatisgood.com

Viewing 1 replies (of 1 total)
  • Romik84

    (@romik84)

    Hi,

    Your original problem is jquery issue, not a style related issue.
    check your console screen(press F12) in your browser and check jquery errors.

    We think that it’s any third party plugin issue so that it’s put core jquery.js file in footer actually it’s load in a header.

    We suggest that one by one third party plugin disable and check your problem error and sticky header come or not.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘sticky header no longer sticking’ is closed to new replies.