Hi,
I would like to keep the same design on mobile.
I have four horizontal images on laptop and I would like to keep it on mobile.
Actually images are 100% on mobile.
I have tried
#pgc-1005-4-0, #pgc-1005-4-1, #pgc-1005-4-2, #pgc-1005-4-3
{
float: left !important; width: 25% !important;
}
I have also tried display:flex!important, display:inline.. but nothing work.
(the text is coming next to the image with a display flex but not the next div)
Website is http://g-a-z-a-r.com
It is for the four images shop by skin type.
Someone to help please?
Hi Vincent
Thanks for reaching out.
Try editing the row by clicking the wrench icon far right then Edit RowLayoutCollapse Behaviour. Set the collapse behaviour to No Collapse.
Hi Andrew,
It has worked with a width:25%; (I have 4 items), float:left and a display: align-block on the DIV.
Thank you for your answer
Glad to hear you’ve made progress. All the best :)