Vladimir’s WordPress Forum


 
Current User: Guest
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Right sidebar has jumped!!???!?

Add a New Topic Reply to Post
UserPost

5:09
15 January, 2009


Ryans

Guest

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

Guest

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 Cool

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

Reply to Post

Reply to Topic:
Right sidebar has jumped!!???!?

Guest Name (Required):

Guest Email (Required):

HTML Editor
Smileys
Confused Cool Cry Embarassed Frown Kiss Laugh Smile Surprised Wink Yell
Post New Reply

Guest URL (required)

Math Required!
What is the sum of:
7 + 11