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!

#4063 Increase Spacing Event List

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 sbluege on Wednesday, 05 May 2021 12:41 UTC

ssm971

Hello Sven, how do I increase the space between the gallery folders - Event List... see the attached image:

att thank you

 

sbluege

Hi,

in general, you can do nearly everything with some CSS additions to your templates CSS file. This ticket is missing a screenshot or a useful link which prevents me from giving a more detailed answer.  

ssm971

See the picture 

ssm971

See the picture 

Attachments

sem-titulo-1.jpg

sbluege

You could try to add this CSS snippet to your templates CSS file.

 

div#events .item-container {
    padding: 10px;
}