I have just begun to convert my blog page to wordpress. I am having problems in the sidebar, if the text is too long instead of going to a second line it overlaps the text in the first line.
How do I fix this? http://joyofkosher.com/blog/
I have just begun to convert my blog page to wordpress. I am having problems in the sidebar, if the text is too long instead of going to a second line it overlaps the text in the first line.
How do I fix this? http://joyofkosher.com/blog/
adding this to style.css might help:
.widget-area ul li a { line-height:1.1em;}
(in your case, don't add it to the end of style.css, as you have not closed the print styles properly, and the styles at the end are not getting effective.)
In your CSS, you have two body css declarations, and in those you have:
line-height:0;
Remove that.
This topic has been closed to new replies.