Hi,
I am working with prestige theme.
I want to have the following grid of images on the homepage. Everything looks like I want it to on the homepage, but I am not able to make it mobile responsive. I would really appreciate any help!
Code:
Hi,
I am working with prestige theme.
I want to have the following grid of images on the homepage. Everything looks like I want it to on the homepage, but I am not able to make it mobile responsive. I would really appreciate any help!
Code:
This section is not visible on your website.
I just published it so that you can see it.
Thank you
you want to show as it is on mobile view or 1 by 1
Hi @danielagsb ,
You can follow the instruction below:
@media (max-width: 500px) {
.template-index .grid-wrap {
display: block !important;
}
.template-index .grid-wrap .row {
display: flex;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
THANK YOU SO MUCH!