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
more vertical space between categories
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: more vertical space between categories
Hi, if you have problem with modifying the right css part, try to set margin or padding in parameters for the boxes.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
veto
- Phoca Newbie

- Posts: 2
- Joined: 21 May 2010, 23:20
Re: more vertical space between categories
I can change the margin in the category view, but not in the the category lists. Is there anything to do?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
Thanks,
Tiago Pereira
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: more vertical space between categories
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
components/com_phocagallery/assets/phocagallery.css
Jan
If you find Phoca extensions useful, please support the project
-
Anne M
- Phoca Member

- Posts: 14
- Joined: 11 Apr 2010, 14:32
Re: more vertical space between categories
Hi Tiago,
I have set the following into my template.css:
It works for my categories view.
Kind regards,
Anne M
I have set the following into my template.css:
Code: Select all
div#phocagallery-categories-detail div div div div {
margin-top: 20px;Kind regards,
Anne M