Shape 5

Joomla Templates => Incline - Club => : bsaett August 16, 2016, 10:03:53 AM



: margin with intro and fulltext image
: bsaett August 16, 2016, 10:03:53 AM
Hello,
how to add a margin to intro and fulltext image (set with Image&link tab)?

Here an example. I want a margin on the right side of the image, between image and content
http://brunosaetta.it/privacy/piu-grande-bugia-internet.html

I can add the margin using Firebug, into che template.css file, with

a img, fieldset, img  {   
   border: none;
   margin-right: 12px;
   margin-bottom: 12px;
}


but when I change the file the modification won't work :-(

thanx in advance


: Re: margin with intro and fulltext image
: mikek August 16, 2016, 06:43:59 PM
Hello,

This css would do that:

.item-image img {
margin-right:20px !important;
}


: Re: margin with intro and fulltext image
: bsaett August 17, 2016, 01:42:19 AM
Oh thanks, now it works :-)