http://fugostudios.com/production-process/post-production-stage-3/
How can I split this list into 3 columns?
I've tried:
.3col_a { width:270px; display:block; float: left; padding-right: 5px; }
.3col_c { width:270px; display:block; float: right; }http://fugostudios.com/production-process/post-production-stage-3/
How can I split this list into 3 columns?
I've tried:
.3col_a { width:270px; display:block; float: left; padding-right: 5px; }
.3col_c { width:270px; display:block; float: right; }Would a plugin do the trick.
I have that now, but I'd rather set up some div classes in my CSS to call than use the plugin. The plugin slows down the load time of my site and calls external CSS. Trying to stay optimized as much as possible.
You must log in to post.