When using this theme and a node has a long link (with no hyphens) it breaks the column blocks. It makes one or both columns show below the center node. They are still either on the left or right but shoved down the page quite a bit (depending on the length of the node).
I think this only happens in IE. Firefox shows the page correctly. I would usually care less about IE but the majority of my users still use IE.
Is there a way to always keep the right and left column blocks at the top and prevent this from happening?
Comments
Comment #1
johnnybegood commentedHi,
Does that happpen in Gardland too?
Comment #2
hadishon commentedNo, in Garland, all of the columns stay where they are and the long link in the center column just runs ontop and past the right hand side column.
Comment #3
hadishon commentedI noticed you changed the status to "patch (code needs review)." I don't see the patch. Did you forget to attach it?
Comment #4
johnnybegood commentedMichael - Sorry, I actually meant "Active - needs more info". I'll see what I can do when I get a little time.
Comment #5
ishmael-sanchez commentedHello, I wasn't able to get the columns to break using a 125 character link. If you want to target IE use the
word-wrap: break-word;on the block or node. You can also use theoverflowproperty.