• Since the 3.4.3 update I noticed yesterday, my site’s top sticky header is not centered anymore and it’s stuck to the left. I’m using a child theme and thought I was protected from theme updates causing problems like this.

    This may just be a css issue, but I need help with this. It looks terrible. My site is located at – hidupgrades.com

    Also, all of my “read more” buttons changed color. What css can I add to custom css to select the color I need?

    Please help soon with a fix.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter NetMonkey

    (@headmonkey)

    I just figured out the css for my button colors, but the sticky header problem still exists!

    I just posted the same issues not realizing this was happening to a lot of people. Hopefully someone can help solve this issue. My website looks completely different!

    you have defined this in your child theme, remove it:

    body #header.sticky-header {
        left: 0px;
    }
    Thread Starter NetMonkey

    (@headmonkey)

    Romik84,

    Thank you. That worked!

    It didn’t work for me. I am doing everything online on wordpress admin panel, would that make a difference?

    Thread Starter NetMonkey

    (@headmonkey)

    Are you saying that your sticky header is also stuck left?

    yes, it is

    Thread Starter NetMonkey

    (@headmonkey)

    I’m using a child theme. I have the style.css file in my child theme folder. So when I go to appearance > editor, I can see my style.css file. Scroll down until you see the line that has:

    body #header.sticky-header {
        left: 0px;
    }

    and “delete” the (left 0px) line and save the file and all should be okay.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Sticky header stuck left after 3.4.3 update’ is closed to new replies.