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!

#2926 Fonts problems on mobile

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 Wednesday, 15 November 2017 19:42 UTC

Jean-Noël
Hi,

I saw on the telephone mobile, like Samsung S5, an problem to display texte fonte.

See picture.

You have an option to deasable texte on the device.

Regards.

jn

URL : http://albatros-productions.com/galeries/le-photographe

Attachments

Problem_font_on_mobile.png

sbluege
Hi,

you don't need to disable the text. Just add some responsive CSS like this:


@media (min-width: 1200px) {
	div.eventgallery-subcategories .item-container {
			width: 20%;
		
	}
}

@media (max-width: 980px) {
	div.eventgallery-subcategories  .item-container {
			width: 33.333333%;
		
	}
}

@media (max-width: 450px) {
	div.eventgallery-subcategories  .item-container {
			width: 50%;
		
	}
}

Jean-Noël
Thx it’s works.

I don’t remember where I can disable the subcat display and merge them on events.

regards

sbluege
Merge them into Events? What do you mean?