Shape 5

Joomla Free Templates => Intrigue - Free => : santediab May 25, 2011, 02:03:46 AM



: Reduce the space between the row of articles
: santediab May 25, 2011, 02:03:46 AM
Hello,
In my homepage I have all my articles in three columns. I just would like to reduce the space between each row of articles. Is it possible?
Thank you very much.


: Re: Reduce the space between the row of articles
: asingh May 26, 2011, 03:04:56 AM
Assuming you are using menu type as featured articles, Decrease in padding, margin value here accordingly::

:
.item, .items-leading {template.css (line 600)
    display: block;
    margin-bottom: 13px;
    margin-top: 10px;
    padding: 0 0 10px;
}



: Re: Reduce the space between the row of articles
: santediab May 27, 2011, 07:47:21 AM
Thank you very much!