sonicfedora
Member
Posted 3 years ago #
I am using the sandville theme and I have changed a lot. I decided to add a second sidebar and after a day of messing with it finally got the sidebar working and (kinda) where I want it.
But now my content (i.e. posts) are on the bottom of the page after the sidebar.
I have looked into changing the container but there is no "container" anywhere in any of the php files.
Anything I should be looking for?
Here is the site
Thanks for any help.
change content to this
#content {
float: left;
text-align: left;
display: inline;
padding-left: 200px;
width: 445px;
position: relative;
bottom: 1000px;
left: 30px;
}
how did you add the second sidebar, did you make a new one in the function.php file, and how are you calling your sidebar
sonicfedora
Member
Posted 3 years ago #
Wow... you are amazing. That did work... so far... things have a tendency of fooling me.
I did make a new one in the function file.
They are named sidebar1 and sidebar 2.
Thanks for the help vachi!!
Ben