Hi!
I’ve tried the codes from the Envira website and checking Google Inspector to find out the proper class/div. However, whatever I try, I can’t seem to get the column width on mobile/small pad to 1 instead of 2.
Doing this per gallery is time consuming and not very useful since I’d like to apply this always to all galleries. I believe all my cashing is turned off. On the Envira site they use the width command for this (which is already at 100%). Tried using “columns” here too, and the classes separately, no effect so it seems. www.reginar.photography (potfolio items, not the pages themselves, since these are grids from The Grid). Any thoughts? Thanks!
@media only screen and (max-width: 600px) {
.envira-gallery-wrap .envira-album-public, .envira-gallery-wrap .envira-gallery-public {
width: 100% !important;
}
}