Shape 5

Joomla Templates => Zoka Transports - Club => : mdrothert January 18, 2015, 09:26:46 AM



: CSS question on images
: mdrothert January 18, 2015, 09:26:46 AM
I have placed some code in the custom.css file in order to create padding around the images with text, and it doesn't seem to make any difference?  Might you have a suggestion on where to place the code in the template, and, would this code suffice?

Thank you

.img {
padding: 10px
;}


: Re: CSS question on images
: mikenicoll January 18, 2015, 09:34:17 PM
Hello,

You would want to remove the class trigger:

:
img {
  padding: 10px !important;}

Note that you may also want to be more specific than just "img" as that will apply to all the images used on the site rather than specific elements.