Hi,
Can you tell me how to change the mobile view of the shop to see 2 items in a raw instead of one? I mean I nee shop to appear in two columns on mobile while I still have 4 columns on desktop.
The same I would like to have with the Related Producs pictures.
Thank you
Hey comelen,
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 li.product {
margin: 0 1% 1% 0;
width: 49%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you. But unfortunately, it didn’t work. I placed it in Quick Css, then in child theme -> css-> custom.css, then also in main enfold theme folder enfold-> css-> custom.css
any idea why it didn’t work?
Thank you
Hi comelen,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Can you disable caching and minification for now?
Best regards,
Victoria
thank you. Please see the private content. Sorry, I don’t know how to disable caching.
Hi comelen,
Best regards,
Victoria
Thank you! it works now. it looks like it always takes a lot of time to see the changes I made in the code. even I hard clean the case in the browser. Any idea what is wrong? Why the website doesn’t show the changes right away?
Hi comelen,
It should show, it can be the browser cache, but it’s very weird why it did not change.
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria