Hi,
I want to show my products side by side in mobile view like company:
How can I do this?
This is the website I’m building:
Thanks,
Harvinder
Hi Harvinder,
The example site doesn’t seem to display products next to each other on mobile, could you post a screenshot highlighting what you would like to achieve please?
Best regards,
Rikard
Hi,
I would like it to be like this:
It appears that the break point is 480px. I want it to stay so that it shows the products side by side.
Thanks,
Harvinder
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 479px) {
.responsive #top #wrap_all #main .products .product {
margin: 0 1% 1% 0;
width: 49%;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike