Hello,
Our homepage is built using image blocks which works fine on desktop and iPad, but when we go to mobile the images stretch to be full width which isn’t the best option. We would like to have two coloums of images per row but i can’t seem to get around it. There doesn’t seem to be a way to set this in the Page Builder other than to turn it off on mobile all together.
If you could help it would be much appreciated.
Thanks
Matt
@media only screen and (max-width: 767px) {
.row{
width: 50%!important;
}
}
Attachments:
You must be
logged in to view attached files.