Hi,
I want to get the mobile shop to 2 columns.
How can I do this?
Thank you very much in advance.
Hey Angelo_Sule,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Of course. The link is in Private Content area ;)
Thanks
Hi Angelo_Sule,
Do you mean you want two columns in this view?
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
.responsive #top #main .products .product {
margin: 0 1% 1% 0;
width: 49%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
It works perfectly in custom.css
Thanks Victoria!!