Page 1 of 1
Re: box width (phocagallery-box-file?)
Posted: 26 Dec 2008, 23:48
by Jan
Hi, you can set padding or margin in parameters, you can enable cropping images so there will be no so large padding in the box, you can hide the border too...
Jan
Re: box width (phocagallery-box-file?)
Posted: 16 Mar 2010, 23:38
by soloman83
I'm trying to change the width also.. the code in the HTML is <div class="phocagallery-box-file" style="height:120px; width:120px"> and ideally I'd like to remove the style portion altogether so I can control it via the class.
.. alternatively if I can find out where to control the width and height that'd suffice too

Re: box width (phocagallery-box-file?)
Posted: 16 Mar 2010, 23:49
by soloman83
Apparently making a habit of posting 10min before I figure it out on my own.. for anyone who's looking to remove the style and keeping the class..
line 93 of components/com_phocagallery/views/category/tmpl/default.php
Re: box width (phocagallery-box-file?)
Posted: 23 Mar 2010, 14:19
by Jan
Ok