word-wrap:break-word;

needs to be added to sidebar content to prevent text from exceeding the 300px limit.

See attached screenshot.

CommentFileSizeAuthor
ScreenShot057.jpg18.02 KBHS

Comments

HS’s picture

Adding the following to your CSS should fix it, no?

#sidebar .content {
font-size:1.2em;
line-height:1.3;
word-wrap:break-word;