Hi, is there an easy css fix to display 2 product per lines instead of 1 on phone display only
Hey lepetitweb,
This should be possible via css. Please provide a link to the site in question so we can help you with this further.
Best regards,
Jordan Shannon
sorry for the delay, i didnt clicked the notify and missed the question. Here is the link in private content
Hi,
Add the following to quick css:
@media only screen and (max-width: 767px){
.responsive #top #main .products .product {
margin: 0 5px 20px 0!important;
width: 45%!important;
}}
Best regards,
Jordan Shannon