Archived topic
MOBILE SCREENS the Gallery but ONE image shows a row
6 replies · Started by diedrich on November 8, 2020
Hello, can you help me with the following question
I want to MOBILE SCREENS the Gallery but ONE image shows a row, typically, 3 images
Note: this is only the portrait mobile image
This code is The code Thatcher I have nut is not wording :
@media screen and (max-width:767px){
#gallery-2 .gallery-item {
width: 100%!important;
}
}
Greeting
Diedrich
Hi there,
can you share a link to a page where i can see the issue?
please can you help me ?
Sorry for the late reply - it seems we your last reply slipped through our system.
Try this CSS:
@media screen and (max-width:767px) {
#gallery-2 .gallery-item {
max-width: 100% !important;
}
}
I'm so happt with this , many Thank sDavid
Glad to be of help ( sorry for the delay )