Hi,
just add this code into the custom head styles panel in your theme administration:
img {
max-width: 100%;
}
It should fix your issue. If you still have trouble with it, please start a support ticket.
Hello KobJaiDer,
can you please open a support ticket and provide us with a link to your site there?
Thanks
Hello,
can you please provide us with a link to your site (where there is a slider with directional navigation enabled) so we can inspect your current situation?
I tested the default slider on Google Nexus and Motorola G and could not reproduce the problem, the page was scrolling normally.
Hello.
Yes, you can. Just paste this code into the custom head styles panel in your theme administration:
@media all and (max-width: 480px) {
.item-box {
width: 49%; /*two per row*/
margin-left: 2%;
}
.item-box:nth-child(2n+1) {
clear: both;
margin-left: 0;
}
}
If you have any further questions please start a support ticket.
Hello,
is your site online?
Please open a support ticket and provide us with a link to the site so we can inspect the situation.
Please check the corresponding support ticket.