Theme/Site Layout
-
Hi all. I have tried everything I know how to and used several different forum support feedback suggested fixes and still nothing seems to work.
All I am trying to do is get my sidebar to stay on the left and at the top regardless of what my post type is (image or text), or if I use it on blog or home page.
I used the following in the CSS Editor and managed to get it on the left hand side of the page. But now it keeps dropping under anything I post and hangs out at the bottom of the page.
.narrowcolumn {
float: left;
padding: 0 0 15px 25px;
margin: 0px 0 0;
width: 400px;
}
#sidebar
{
padding: 20px 0 10px 0;
margin-left: 455px;
width: 160px;
}I purchased this Theme ‘Novelty’ to use with my site thegemery.com before reading the comments that the support for this theme by the developer has stopped.
Sorry, but I’m just not sure what else to do?? Help would be much appreciated.
- The topic ‘Theme/Site Layout’ is closed to new replies.