I am using this theme at http://ezee.se/articles-blog/ today when i visited the url i see that the right bar has jumped to the left so now they are all in a row instead of two sidebars!
Why is that? how do i get it back? i have not done anything and it was working great yesterday.
Vladimir’s WordPress Forum
Right sidebar has jumped!!???!?
5:09
15 January, 2009
Ryans
Hello!
I am using this theme at http://ezee.se/articles-blog/
today when i visited the url i see that the right bar has jumped to the left so now they are all in a row instead of two sidebars!
Why is that? how do i get it back? i have not done anything and it was working great yesterday.
Please HELLLLLP!
Thanks!
R
21:41
15 January, 2009
Ryans
Hello again,
Found the problem, after going through each file with compare it! I found the culprit in the CSS.
What i had done was make the default font 2pts bigger from:
#content
{
font-size:15px;
float:left;
width:590px;
padding:0 0 0 1em;
}
but i didnt change the width and thats what was causing problems, this was a tough find esp since i am not all that good with CSS.
Doing this:
#content
{
font-size:17px;
float:left;
width:585px;
padding:0 0 0 1em;
}
has put my display back to how i need it
Hope that helps someone who comes accross this same problem, least you wont have to go code hunting to find the little gremlin like I did.
Cheers!
R