Shape 5

Joomla Templates => Sports Nation - Club => : arpacan June 08, 2012, 11:36:58 AM



: No margin around all images in old articles from jupgrade
: arpacan June 08, 2012, 11:36:58 AM
All the old articles have no space to the text. Not sure what the best way to fix this is.
The css seems to be ignored as they all become img.s5_lazyload via javascript. I am using sport nation template.
Is there any way to avoid editing each and every article by hand? I'd like for them all to have a 5px margin around them.


: Re: No margin around all images in old articles from jupgrade
: mikek June 08, 2012, 11:45:47 AM
Hello,

Images don't have margins by default. You need classes for that. Or you can add the following to the bototm of template.css:

img {
margin-right:5px;
margin-bottom;5px;
}


: Re: No margin around all images in old articles from jupgrade
: arpacan June 08, 2012, 12:07:18 PM
Doh, thanks. Thinking too hard about it :-)