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!

#2494 How to change the number of albums in width?

Posted in ‘Event Gallery - General’
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 Friday, 13 January 2017 09:26 UTC

prosnip
Default 3 album in width.
How to make 5 album in width?

sbluege
Hi,

this manual page will help: https://www.svenbluege.de/joomla-event-gallery/event-gallery-manual/customize-eventlist

prosnip
sbluege, the method proposed by the link is not working.

I open the file responsive.css, located on the road ...\media\com_eventgallery\frontend\css
Adding a line:
div#events .item-container {
	width: 25%
}

and no change, even if the cache clean.

but...
Changes occur in the file eg-compressed.css, change width:33.3333333% to width:20%

And for some reason I feel like I'm doing wrong.
Therefore, I decided to ask you.

sbluege
You're just doing it at the wrong place. Please add the CSS to your templates CSS file. Do never change a file in the components folder. You'll lose this change with every update.