Wrapper with margin: 0 Auto; not entering site
-
Greetings kind wordpress people. I cannot get my site to center. I tried using an html wrapper and styling it with the ol’ “0 auto” margin, but it does not seem to center. And none of the CSS edits suggested in the half dozen other forums are helping me. My html and css looks like this:
<!– Wrapper –>
<div id=”wrapper” class=”wrapper”>
(…..rest of site….)
</div>#wrapper {
width: 960px;
margin: 0 auto;
background: url(https://www.byrdnick.com/wp-content/uploads/2012/09/seamlesstexture29_1200.png);
}I am very open to suggestions
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Wrapper with margin: 0 Auto; not entering site’ is closed to new replies.