Tagged: image padding
I posted a support forum question yesterday, but am unable to find it under my profile or anywhere within the forum, so I am posting it again. If it has been answered, I apologise.
I am wondering how do I reduce the size of the padding in Media boxes, eg. padding around images and also on text boxes. There appear to be large gaps between the four images (on either side and also top and bottom) on the images between below the slider and also above the text box underneath and I can’t figure out how to reduce them.
This is the website I am talking about: http://www.kinderart.com.au
If you can please let me know the css code that would be great.
Many thanks
Ivana
Hi web4smallbusiness!
You can add this on your custom.css or Quick CSS:
body .column-top-margin {
margin-top: 20px;
}
.avia-slideshow {
position: relative;
margin: 20px 0;
}
Regards,
Ismael
Awesome! Thank you Ismael.