• I updated my wordpress last night and now the alignment on my homepage and posts are messed up. The left sidebar has switched to the right side, things are overlapping, etc.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Got a link?

    Thread Starter seattaway23

    (@seattaway23)

    Add custom CSS as under [Appearance -> Edit CSS]

    .content {
        float: left;
    }
    
    Thread Starter seattaway23

    (@seattaway23)

    Okay – where in the CSS do I put that code? beginning? end?

    Thread Starter seattaway23

    (@seattaway23)

    I just put that code in a previewed it and it moves the sidebar back to the right – however, it still is showing a “secondary sidebar widget area” underneath the primary widget.

    Check the Widgets section and remove the items from the secondary widget area

    Thread Starter seattaway23

    (@seattaway23)

    I’ve looked at the widgets and I don’t have a secondary widget area with or without content.

    Check all the sidebars and remove the unwanted widgets

    On your theme you will probably want to target .sidebar-primary in CSS

    .sidebar-primary {

    float: left; !important

    }

    Go to Appearance>Customize and choose Additional CSS tab section on that menu to the left.

    Add the above code and it should work. I made it work in my browser so that CSS is sound. Just find the Additional CSS tab, add it, and save it.

    Cheers

    Thread Starter seattaway23

    (@seattaway23)

    I only have a primary sidebar and use all the widgets seen.

    I tried adding that code and it just moved the secondary side bar further right to the far side of the primary sidebar.

    Wish I could add a screen shot – but when I check the CSS on your sidebar it doesn’t even show me the float:left; command – like when you added it it didn’t make it there.

    When I use my browser to add the above code it shifts the sidebar to the left – and looks great.

    Sorry it was no help.

    Thread Starter seattaway23

    (@seattaway23)

    I didn’t save it because it didn’t fully fix the problem but I just put it back in and saved if that helps you see what’s happening! Thanks very much for working to help me fix this

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘New WordPress Updated Messed up Alignment’ is closed to new replies.