I have a picture on one of my pages that will not scale properly on a mobile device. When viewing on a mobile device, the right side gets cut off. Please advise. http://www.creaseshirts.com/premium-fabrics/ I have already tried the coding from another thread, but that didn't do anyting. Thanks.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 480px){ .alignleft { width: 100%; height: auto; } } It will resolve your issue. Thanks & Regards Yogesh Bhade