Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#3450 Image Title shown in Tiles Layout too big

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Frank_Bertram on Tuesday, 05 February 2019 08:49 UTC

Frank_Bertram
 Hi Sven,

I noted that the titles (Description) shown with images when using attr=images mode=tiles is rather big.
Is there some CSS we can apply here.

Best Regards
Frank Bertram

sbluege
You could start with this:


.thumbnail-container .data h2 {
font-size: 40px;
line-height: 40px;
}

.thumbnail-container .data .eventgallery-caption {
font-size: 20px;
line-height: 16px;
}

Frank_Bertram
Hi Sven,

This is great, now I can make it sing and dance.

Thanks a lot.
Best Regards
Frank Bertram

sbluege
Just don't let it sing too loud :)

Frank_Bertram
Thanks Again