Content pushes right side bar off screen w/ fluid layout
rszrama - April 29, 2008 - 14:05
| Project: | Pixture |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Jeff Burnz |
| Status: | active |
Jump to:
Description
I'm testing this theme extensively for use on Ubercart.org, and I noticed that wide content posted in the forums (like code or pre blocks) was pushing my right side bar way off the screen. I fixed the issue by adding the following style, though I suppose you should consider if this needs to be added anywhere else:
.node .content, .comment .content {
overflow: auto;
}
#1
I also get this...please fix this!
#2
I had to combine this fix by explicitly adding this to the CSS to keep a vertical scrollbar from appearing on book nodes:
.book-navigation {overflow: hidden;
}
#3
I'll get this fix into the next release, just need to test it out, thank-you and sorry its taken so long for some feedback.