Tweaking CSS with Tiled Gallery
-
I normally don’t have a problem tweaking the CSS of themes or plugins, but with the Jetpack Tiled Gallery I found it difficult to tweak anything related to this gallery. I simply want to add about 30px of margin or padding to the bottom of my Tiled Galleries.
My Tiled Galleries work fine. I have tried adding:.tiled-gallery {
clear: both;
margin-bottom: 30px;
overflow: hidden;
}
I have tried to add this to my style.css of my child theme (my preference and no luck), to tiled-gallery.css of the module itself (no luck), and within Edit CSS (no luck).Example:
https://anadyradventures.com/wordpress/anadyr-trips/daytrips/What am I missing with CSS tweaking and Jetpack modules (v_2.2)?
- The topic ‘Tweaking CSS with Tiled Gallery’ is closed to new replies.