Totally Zenned
- Join Date:
- Apr 2010
- Posts:
- 900
- Plugin Contributions:
- 0
Responsive CSS Table: How to emulate columns?
I'm trying to move items around on a list of products for my categories.
My site is a zc155e and my template is a clone of Responsive Classic:
https://001mc.justmedical.biz/index.php?main_page=index&cPath=65
I mocked up what I'm trying to do in Photoshop:
I can't for the life of me figure out how to do that without table references (td, etc). The closest I can get is by adding this to my css:
.list-model,.list-price,.list-more{float:right;clear:both;width:15%;}
If somebody could school me, I'd really appreciate it!