Skip to content Skip to sidebar Skip to footer

Jquery Isotope Plugin - Adding Inline "display:none" - Can't Figure Out Why

I'm trying to add Isotope to my new Wordpress theme. The issue is that it won't display because something is adding an inline (display:none) style to the main isotope wrapper. It

Solution 1:

/* EXPANDED BOX */

.item-content { display: none; /* for usability you could remove this */ }


Post a Comment for "Jquery Isotope Plugin - Adding Inline "display:none" - Can't Figure Out Why"