Adding another column to the Twenty Ten theme
-
My blog is on wordpress.com, and I’m fairly pleased with it.
I have some experience with CSS, but for some reason I seem to be failing with I try to add another column to the Twenty Ten theme.I’d really like to add another (small) column, on the left of my main column, for a few additional widgets, and to move things around.
If anyone has any pointers or suggestions, I would greatly appreciate them.
The blog I need help with is: (visible only to logged in users)
-
Try the code below, you might have to alter the positions and sizes and margins until it fits the way you want but it should give you a left and right sidebar:
#main {position:relative;} div#container {margin-left:300px; width:300px;} #primary {position:absolute; top:40px; left:0; width:300px;} #secondary {position:absolute; top:40px; left:640px; width:300px;} div#content {margin:0;}lh
- The topic ‘Adding another column to the Twenty Ten theme’ is closed to new replies.