sticky header no longer sticking
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘sticky header no longer sticking’ is closed to new replies.