Reply To: Wanted poster.

Home Forums Support Wanted poster. Reply To: Wanted poster.

Home Forums Support Wanted poster. Reply To: Wanted poster.

#230578
Roberto Enrique

You need to slightly modify the code, as you’re using 6 columns layout:


/*STYLES JUST FOR MOBILE*/

@media screen and (max-width: 768px) {
  
.gallery-columns-6 .gallery-item {
        max-width: 100%;
    }

    
}

๐Ÿ™‚