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!

#3746 Images side by side

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 Heimdall on Wednesday, 18 December 2019 19:24 UTC

Heimdall
 I have sized the preview images to allow two images to be shown side by side on normal sized desktop browser (>1200px wide).
If you look at them in single article mode they do but when listed in category view they don't.
Do you have any idea why that is and if there's anything I can do to have images side by side in category view as well?

Thanks for you work
Tommy

sbluege
Hi,

do you use three content tags for those three images?

Heimdall
Yes. If you by that mean that I'm using individual image and not category tags.

sbluege
Okay, so you need to layout those images yourself.

I recommend this CSS:

.item_introtext a {
	display: inline-block;
}


If you place the images directly one after each other, that should work.

Heimdall
Outstanding!
Thanks for the help Sven, that solved it.