Remove padding between full-width images using custom plugin
-
I have this plugin (https://wordpress.org/plugins/force-full-width-shortcode) to create full width images on my home page, but I can’t figure out how to remove the top/bottom padding between each image.
I’d like each image to touch the following image, and I’ve tried these methods (http://stackoverflow.com/questions/7641678/use-css-to-remove-the-space-between-images), but nothing I do seems to make any change at all.
Any advice? I’m very much a beginner, so any tips in context to my actual code would be super helpful.
My website: http://www.jacksondcrawford.com
My current code:
[jg-ffw]<img class=’size-full wp-image-67 alignnone’ src=’http://www.jacksondcrawford.com/wp-content/uploads/2017/02/Film8.jpg’ alt=” width=’1404′ height=’449′ />[/jg-ffw][jg-ffw]<img class=’wp-image-66 size-full alignnone’ src=’http://www.jacksondcrawford.com/wp-content/uploads/2017/02/Digital-Art2.jpg’ width=’1404′ height=’449′ />[/jg-ffw][jg-ffw]<img class=’alignnone size-full wp-image-68′ src=’http://www.jacksondcrawford.com/wp-content/uploads/2017/02/Blogs.jpg’ alt=” width=’1404′ height=’449′ />[/jg-ffw][jg-ffw]<img class=’alignnone size-full wp-image-69′ src=’http://www.jacksondcrawford.com/wp-content/uploads/2017/02/Photography2.jpg’ alt=” width=’1404′ height=’449′ />[/jg-ffw]
Sorry for the readability, but if I return to a new line for each element the padding is larger.
Thanks!
The blog I need help with is: (visible only to logged in users)
- The topic ‘Remove padding between full-width images using custom plugin’ is closed to new replies.