Left Sidebar, Content, Right Sidebar
-
Hi,
I have a theme that currently has “Content, Sidebar, Sidebar” but I am trying to change the theme to “Left Sidebar, Content, Right Sidebar” Is this possible?
The coding that I have is:
#sidebar-primary {
overflow: hidden;
float: left;
width: 150px;
margin-left: 15px;
}#content {
overflow: hidden;
float: left;
width: 590px;
margin: 0 auto;
}.sidebar-primary #content,
.content #content {
width: 640px;
}.content #content,
.sidebar-secondary #content {
float: right;
}#sidebar-secondary {
overflow: hidden;
float: right;
width: 150px;
margin-left: 15px;
}I’m a newb when using coding, so I’m not even sure if this is the right section to post.
Thank you for anyone’s help and I’m sorry if someone posted already! I have looked for days, but finally decided to post this question.
-
What theme are you using. A link to your site would be relevant as well.
`I currently have the site on my localhost, so I don’t have a website up and running yet. The theme that I am using is
You may not be aware of this , but themes from that vendor are not released under the GPL licensing requirements of WP. They also contain links and other undesirable things. I’d actually strongly suggest you read this
http://www.chipbennett.net/2010/12/10/only-download-wordpress-themes-from-trusted-sources/
and find another theme asap.
Ah that means I can’t search for themes on google then. I guess I will revert back to themes on wordpress sites.
But either way, how would I format the coding to “Left Sidebar, Content, Right Sidebar”?
But either way, how would I format the coding to “Left Sidebar, Content, Right Sidebar”?
you will need to have a good knowledge of CSS and possibly html to achieve such transformations;
there is no easy or general way to do this.sigh.
The topic ‘Left Sidebar, Content, Right Sidebar’ is closed to new replies.