Hey Team,
the shop page on mobile shows hughes preview images. How can I get them smaller?
And: The selected products seem to be displayed more to the right – out of the smartphone display. How can I solved that?
Thank you for your help!
Thomas
Hey ThomSchu,
How do you want to change the shop images on mobile? Please try to explain a bit further, or post a screenshot highlighting your intentions.
Please try the following in Quick CSS under Enfold->General Styling for the alignment problem:
@media only screen and (max-width: 767px) {
main.template-shop {
padding-left: 0;
}
}
Best regards,
Rikard
Hi Rikard,
that is not the solution :(
The products are too much on the right side…
This seems to work :)
@media only screen and (max-width: 767px) {
.sidebar_left .content {
padding-left: 0;
}
}
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon