Forum post date scrolling off side of body area. Body needs to be opened a few pixels.

Comments

cfleek’s picture

We did an overide to the forum are and this appears to have corrected the issue.

#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
white-space:normal;
}

interface-web design’s picture

Title: For » Forum post date scrolling off side of body area

We have checked at our end and the forum post date shows fine. Request you to send us a screenshot of the page and elaborate the issue so we can assist you further.

cfleek’s picture

StatusFileSize
new37.22 KB
new39.73 KB

The site is live here http://www.freecakesforkids.com/forum/2

Screenshot attached.

Also attached screenshot of www.interface-web.co.uk/theme-by-interface/ as seen in ie6

interface-web design’s picture

a.) For http://drupal.org/files/issues/interface-web.co_.uk%20in%20ie6.png

replace this class
body.sidebar-left #squeeze {
margin-left: 210px;*/
width:65%;
float:left;
}

with this class
body.sidebar-left #squeeze {
margin-left: 210px;*/
display:inline;
width:65%;
float:left;
}

b.) For http://drupal.org/files/issues/forum%20off%20page.png
paste this class in your style.css
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
white-space:normal;
}

This should resolve the problem.

cmcintosh’s picture

Issue summary: View changes
Status: Active » Closed (outdated)