Envira gallery drop shadow

I will share in a secure note. The size, actually did work, but on a small mobile screen, portrait, its still going down to 2 columns.

While you are in there, can you take a look at the button I have there too:

https://www.logoglo.com/new-home/

On a desktop the button doesnt work, smaller, like ipad etc, it does…

Hi There,

I’ve updated the custom CSS to this:

@media only screen and (max-width: 459px) {
	.envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item {
		width: 33.33% !important;
		clear: none !important;
	};
}

Everything is working fine now.

Cheers!

Thanks! looks great!

You’re most welcome!

While you are in there, can you take a look at the button I have there too:

https://www.logoglo.com/new-home/

On a desktop the button doesnt work, smaller, like ipad etc, it does…

Hi,

It is not working because your separator container is covering it.

To fix it, add this in the inline style of the row element where your button resides.

    z-index: 9999;

Hope that helps

I added it, but it didnt seam to work. Sorry.

Also, on a bigger ipad, is there a way to make the gallery go into rows of 2x3? at the moment it stays in 3x3:

Just on the ipad, I like how it looks on mobiles now, as 3x3…but its making a lot of space on ipad screens.

Thanks.

Hello There,

The row of the separator is on top of the row of the button container. You will have no choice but to adjust the space below the button so that it will be clickable again.

And to make sure that you have two columns, please do not use automatic. Select the two columns instead.

You cannot use automatic because your original image dimension is only 240.

Hope this helps.

Yes, but this will change it to 2 columns for the desktop and mobile too right? I only wanted to see if it was possible to have it in 2 columns for the ipad view?

Hey There,

Yes it will change the desktop view to two columns. Regretfully there is no other option to have it 2 columns only on the ipad, 3 columns on the desktop and two to one column on smaller screens.

Thank you for your understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.