Page 1 of 1

more vertical space between categories

Posted: 21 May 2010, 23:39
by veto
I am trying to get more vertical space between categories images. I have change the css file, but i cant find where.

Here is the site:

http://wildlifemoments.net/index.php?op ... &Itemid=14

Thanks,

Tiago

Re: more vertical space between categories

Posted: 30 May 2010, 14:54
by Jan
Hi, if you have problem with modifying the right css part, try to set margin or padding in parameters for the boxes.

Jan

Re: more vertical space between categories

Posted: 03 Jun 2010, 17:27
by veto
Jan wrote:Hi, if you have problem with modifying the right css part, try to set margin or padding in parameters for the boxes.

Jan
I can change the margin in the category view, but not in the the category lists. Is there anything to do?

Thanks,

Tiago Pereira

Re: more vertical space between categories

Posted: 09 Jun 2010, 13:20
by Jan
Hi, no, in categories view this needs to be done through css :-( or if the images are in tables then setting e.g. padding or margin to tables (e.g. in css too)
components/com_phocagallery/assets/phocagallery.css

Jan

Re: more vertical space between categories

Posted: 12 Jun 2010, 22:23
by Anne M
Hi Tiago,

I have set the following into my template.css:

Code: Select all

div#phocagallery-categories-detail div div div div { 
margin-top: 20px;
It works for my categories view.

Kind regards,
Anne M