Page 1 of 1

Missing one column style

Posted: 24 Apr 2023, 14:14
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?

Re: Missing one column style

Posted: 24 Apr 2023, 16:56
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

Re: Missing one column style

Posted: 25 Apr 2023, 15:31
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?