CSS columns and several loops
-
Hi. I have 3 custom loops, the loops are supposed to appear in each column froom left to right. But I get just one column. In pure HTML it looks as it should.
I have wrapped each loop in a div:
#cola {text-align: left;float: left;height: auto;width: 265px;margin-right: 10px;margin-left: 5px;}
and each of these are wrapped in another div:
div#column_01 {float: left;clear: none;width: 33%;}
Both divs starts before the loop and are closed immediately after the loop. Any ideas?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘CSS columns and several loops’ is closed to new replies.