Hi,
Looking for some advice to my problem of the slider content being cropped off on mobile devices. I’ve tried tweaking min margins and padding but it doesn’t seem to make a difference. Any advice would be welcome!
David
Hey dhobbs1978,
Add the following into the Quick CSS section and let me know if this works.
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait){
Best regards,
Jordan Shannon
