Adding blocks
PermalinkThe site ishttp://westwoodhillschristianchurch.org/index.php/messenger/...
Any help would be appreaciate. I already tried deleting the page and then recreating the page and that didn't work.
thanks...
Frank
The block is a standard content block. So if I add the div clearboth it should get rid of the issue?
Thanks,
Frank
A div with clear:both cannot wrap around anything and thus creates an invisible divider.
There are lots of other ways to solve this but this is a quick fix.
What sort of blocks are you adding. Is it a standard content block or a custom block.
If your referring to the tiered blocks at the bottom of the page in your link the problem is the images are floated left so the text wraps along side. This also causes the next block to wrap along side.
Fixing it depends on the kind of block you are adding. If its a standard content block you can add
to the bottom of each content block via the html editor. A better way though would be a custom view template for the block.