My is at http://victoria-e.com/. I really like the theme that I am using now, but my sidebar content is going to be increase a lot here soon. How easy (or not) would it be to adjust this theme from 2-column to 3-column?
VE
My is at http://victoria-e.com/. I really like the theme that I am using now, but my sidebar content is going to be increase a lot here soon. How easy (or not) would it be to adjust this theme from 2-column to 3-column?
VE
To be honest: if you have to ask - it is not easy. In this case you would be better off trying to find a 3 column theme that fits your needs.
http://themes.wordpress.net
I'm going to hafta' disagree with moshu--- I don't think it is that hard an undertaking.
you will have to shrink your content div from 720px down to around 570-600px though.... it will look fine IMO...
check out my blog here to see how I did a third column.... view source, view css.... you can see how I basically added the first (left) column right into my header.php..... works fine best I can tell!
very briefly do this:
add to css new #div, called it left for speaking terms..
#left {
float:left;
width:120px;
height:auto;
min-height:500px;
padding:3px;
}
add to #content:
float:left;
now to your header.php: after your heading, add new division....make sure and close it.... add content between open and close...
Thanks for the info everyone :) I did search the http://themes.wordpress.net/ site and came up with very options, which is a disappointment. Still, that looks like my best option at this point.
VE
[sig moderated]
This topic has been closed to new replies.