Image margins inside Category List Layout

Your code modifications and patches you want to share with others.
Locked
User avatar
McKnight
Joomla! Apprentice
Joomla! Apprentice
Posts: 42
Joined: Fri Mar 13, 2009 10:15 am
Location: Croatia
Contact:

Image margins inside Category List Layout

Post by McKnight » Sun Aug 16, 2009 6:30 pm

Does anyone have any ideas how to add a margin or any kind of CSS parameter to this image inside the Category List Layout of Joomla?
Capture_435.gif
You do not have the required permissions to view the files attached to this post.

eke777
Joomla! Intern
Joomla! Intern
Posts: 87
Joined: Sat May 23, 2009 9:41 am

Re: Image margins inside Category List Layout

Post by eke777 » Sun Aug 16, 2009 8:23 pm

try:

Code: Select all

.contentdescription img{
margin:5px;
}

User avatar
McKnight
Joomla! Apprentice
Joomla! Apprentice
Posts: 42
Joined: Fri Mar 13, 2009 10:15 am
Location: Croatia
Contact:

Re: Image margins inside Category List Layout

Post by McKnight » Sun Aug 16, 2009 9:22 pm

eke777 wrote:try:

Code: Select all

.contentdescription img{
margin:5px;
}
It worked, thanks a bunch. The problem was, my template didn't have a ".contentdescription img" in the CSS file, just ".contentdescription" so I added it and now it works.


Locked

Return to “Core Hacks and Patches”