more vertical space between categories

Phoca Gallery - image gallery extension
veto
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 21 May 2010, 23:20

more vertical space between categories

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: more vertical space between categories

Post 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
If you find Phoca extensions useful, please support the project
veto
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 21 May 2010, 23:20

Re: more vertical space between categories

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: more vertical space between categories

Post 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
If you find Phoca extensions useful, please support the project
Anne M
Phoca Member
Phoca Member
Posts: 14
Joined: 11 Apr 2010, 14:32

Re: more vertical space between categories

Post 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
Post Reply