Closed (fixed)
Project:
Zen
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2008 at 19:54 UTC
Updated:
21 Aug 2013 at 09:03 UTC
see attached screen shot
A picture 300px (h) x 200px (w) promoted to front page will float or bleed into the next teaser. I would like to show pictures in this height without messing up the design. Please help me realize what I am doing am I doing wrong? Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| YourAutoRights photo bleed.jpg | 218.93 KB | mjasonbaker |
Comments
Comment #1
mjasonbaker commentedI added
clear:both;to css for .node-inner. I think this is the right and best solutionComment #2
bsherwood commentedThis does work, but is there a reason why Zen doesn't default to this?
Comment #3
zaglick commentedThis solved my problem as well, it might be something the Zen team could add to the CSS commented out it a themer needed it. However, if this is the biggest flaw I have with Zen (and it is) its still a great product
Comment #4
hedley commentedI agree I am constantly adding clear: both to node's to prevent things like this happening. Adding .clearfix to the node's class or this:
would solve this problem, and would still allow for nodes to be floated next to each other. I can't think of any situation when this behaviour isn't desired, can anyone?
Comment #5
hedley commentedComment #6
hedley commentedComment #7
hedley commentedAny thoughts on whether this should be included in Zen?
Comment #8
johnalbin6.x-1.x is in bug fix mode.