mandiwise / isotope-posts

[RETIRED] This plugin allows you to use Metafizzy's Isotope javascript plugin to display feeds of WordPress posts with a simple shortcode. Works with custom post types and custom taxonomies too.
GNU General Public License v2.0
55 stars 17 forks source link

Spacing between elements #6

Closed mungle closed 10 years ago

mungle commented 10 years ago

Hello! Great plugin! Just a question. How to add a spacing (css border:) between posts? I tried to add a border class and a percentage width but I lose the responsiveness... Thank you!

mandiwise commented 10 years ago

If you want to add a percentage-based width it needs to be on this element: #iso-loop li

mungle commented 10 years ago

Thanks for your reply... I just worked around your input and set:

iso-loop li {

width:25%; margin: 10px 5px !important;}

This give me the spacing between posts I wanted! Thank you again!