Alignment of theme
-
Hey everyone. As much as I’m being confused eac hand everyday by wordpress and the stylesheets that dictate what it does, I have been decently successful at figuring SOME of it out. I cannot, however, for the life of me, figure out how to fix this problem that I’ve created.
I’ve been playing with the blue by you theme and edited this section of the stylesheet recently:
#wrapper {
background: url(images/two_column.gif) repeat-y;
width: 900px;
margin: 0 auto;
border: solid #707C99;
border-width: 0 1px 1px 1px;
text-align: left;
color: #333;
position:relative;What I changed was the width – it was smaller before, but I think that 900px looks a lot sharper. What I want, however, is for the left column of the theme to expand and to keep the sidebar the same size.
http://www.andreanott.com/wordpress
There you can see the huge black ‘column’ that appears between the left and sidebar. If I expand the sidebar in the stylesheet, it will grow, but as you can also see, expanding the left side only expands the text, and not the background to go along with it.
Can anyone help me to figure out how to expand that? I’d be greatly appreciative. Thanks in advance for your time!
– Adam
The topic ‘Alignment of theme’ is closed to new replies.