Missing one column style

Phoca Gallery - image gallery extension
ayadmin
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 31 May 2022, 17:21

Missing one column style

Post by ayadmin »

missing one column style in category view after upgradt Joomla 4.x and Gallery 4.5.3

The old page with joomla 3.x: https://sebastianus-schule.de/galerie/

New with J4: https://cms4.sebastianus-schule.de/gale ... nus-schule

How can i apply the one column style to the new version of gallery?
christine
Phoca Hero
Phoca Hero
Posts: 2886
Joined: 28 Nov 2010, 17:20

Re: Missing one column style

Post by christine »

Hi,

you could try with following code into your custom.css of your template:

Code: Select all

.pg-categories-items-box, .pg-category-items-box {
display: block;
}
Example of both themes: https://www.phoca.cz/news?start=45
Just use either theme_standard or theme_simple. Because you are using both. See under Options > Style.

Kind regards
Christine
ayadmin
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 31 May 2022, 17:21

Re: Missing one column style

Post by ayadmin »

thx, for the hint.
it would be great to place the title beside the thumb, did you have a second hint for me?
Post Reply