• My whole wordpress is aligned to the left for some reason. I’ve tried adding margin: 0 auto; to different spots on the stylesheet and header. I’ve also tried to change the min-width and width of the page lots of times. Nothing seems to work! I’m getting so frustrated with this… Can someone please help me out?

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter sentientprod

    (@sentientprod)

    I think it is this line
    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" />

    That must be where it’s doing it then… I checked your site out… looks like it’s working?

    randycvg

    (@randycvg)

    I started a WordPress site using Godaddy (https://www.randykarshner.com) and it’s fine for a couple hours then all the pages align to the left instead of being centered. The only solution i’ve found is to hit the dashboard and use the re-install feature. I’m stumped. It doesn’t matter what theme I use, and I can’t figure out why it’s happening. If anyone has any idea I could really, really use some troubleshooting.

    Not sure I should “Add on” to this but I am having same issue. None of the CSS edits suggested here are helping me either. My html and css looks like this:

    <!– Wrapper –>
    <div id=”wrapper” class=”wrapper”>
    (…..rest of site….)
    </div>

    #wrapper {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    background: url(https://www.byrdnick.com/wp-content/uploads/2012/09/seamlesstexture29_1200.png);
    }

    https://www.byrdnick.com

    I am very open to suggestions

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Nick_byrd,

    If you create your own thread depicting this issue, you’re more likely to receive help.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Website not centered’ is closed to new replies.