• Resolved naybesa

    (@naybesa)


    my hosting site told me i needed to update my wordpress today so i did, and all of a sudden i look at my site and all of my text is centered!! including the title, date, edit button… all of that. how do i fix that, or should i just call my host back and see if they can fix it???

    my site is https://www.naybesa.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • WordPress upgrade does not change the styling of your layout.

    Add this to your active theme’s style.css file:

    #wrapper {
        text-align: left; margin: 0px auto; }
    }

    Thread Starter naybesa

    (@naybesa)

    i went to the #wrapper line and posted that in there but the title and text is still centered. i find it so wired because i have another site with the same theme that was updated and it did not do that

    Thread Starter naybesa

    (@naybesa)

    nevermind i kept playing with the code you gave me and i got it, thank you very much

    You’re welcome. Do click on “resolved” in dropdown on right sidebar.
    Cheers.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress 3.0.3 Centered My Whole Site’ is closed to new replies.