Page 1 of 1

Question Ast

Posted: 04 Mar 2008, 09:55
by Astrid
Question Astrid:
I've fairly long category names and can't find the css to alter the height of the box. Tried changing .phocagallery-box-file, but that doesn't help.

Answer Jan:
Boxes and CSS - now (v1.5.5) you can change the box sizes in default settings or in parameters component if you have created a link... there are not more editable in CSS

Answer Astrid:
Sorry, can't find it. Take a look here: URL

Answer Jan

Posted: 04 Mar 2008, 10:37
by Jan
Answer Jan
Aha the float boxes
There is not parameter for whole float boxes, but it is very easy to change it in HTML (PHP)

Open this file in your server:
components/com_phocagallery/views/category/tmpl/default.php

And change the value ( 18) in row: 60 to your own (e.g. 40)

from: $boxImageHeight = $boxImageHeight + 18;

to: $boxImageHeight = $boxImageHeight + 40;

Thx! 25 did the tric

Posted: 04 Mar 2008, 10:45
by Astrid
Thx! 25 did the trick!

Great

Posted: 04 Mar 2008, 10:53
by Jan
Great