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!

#3368 Event title's margin in event module

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 December 2018 15:36 UTC

RobGal
 Hello, and thx in advance :)
I would like to know how to set more space between an event title and the gallery below. At the linked URL you can see on the left what I mean).
http://www.ecosoffi.it/index.php/erregi-photographer
Thx
Roberto

sbluege
Hi,

you can try to add this to your custom CSS file:

#events h1 {
    padding-bottom: 1em;
}