I have been trying to change the display of the Phoca Gallery Plugin when displaying only images from a single category. Instead of a series of entries with width 120px and the description beneath the thumbnail, I would like to be able to alter the width of the box so that each entry is on a single line (within the bounds of the gallery width, so floats are ok) with the description to the right of the thumbnail image. I have been unsuccessful in finding where to make these changes to any CSS or .php entries. Changing com_phocagallery/views/category/templ/default.php
Code: Select all
$imageWidth = PhocaGalleryImage::correctSize($this->tmpl['imagewidth'], 100, 120, 20);
has made no difference.
Where can I make this change?