bettyboo93
Member
Posted 5 months ago #
Hello everyone,
I'm trying to reduce the space between pictures on my posts on http://www.bettyvintage.com
when I have pictures consecutively on my posts there is quite a large gap between each one and I would like them to be much closer together.
Is there a CSS code to resolve this?
Thanks
Try downloading and using Firebug to look at which CSS code is creating that space. Once you see the relevant code, copy it to your child theme and change accordingly.
This may be a helpful CSS reference as well:
http://www.w3schools.com/css/
bettyboo93
Member
Posted 5 months ago #
I have tried looking but I can't seem to figure it out! I'm relatively new to this so I don't really know what I'm looking for.
thanks
bettyboo93
Member
Posted 4 months ago #
I've asked in those forums and had no response. Can anyone on here help me? I know I've been helped with CSS matters on here before
thanks
See if adding this to your child theme CSS does what you want:
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
margin-bottom: 0;
padding: 0;
}
bettyboo93
Member
Posted 4 months ago #