I am trying to remove the amount of padding above the title and also add more padding around the image on the right side (from 4 to 20).
It should be “simple” CSS but I have tried every little tweak I can think of with div, content specifications, etc. and still am not getting the results I’d like.
This is what I want:
.padder {min-height: 0px; padding: 10px 10px 10px;}
div.post img.alignright {padding: 20px;}
Here is a page example: http://restministriessunroom.co/2014/01/03/how-to-push-forward-and-get-in-the-zone/
I want these settings on all pages under “devotionals” category:
http://restministriessunroom.co/category/devotionals-and-encouragement/devotions/
Thank you!