Hi, My website is www.baycus.com, I have used colorway theme, the desktop and the tablet version looks ok. But when I view the picture on my mobile, the picture look distorted.. on my homepage (slider) and my post or page view. Please help. I have no issues when I am using other of your theme like blackrider on my other website www.geode.com.sg Thanks. [email protected]
Hello, Please 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){ .content img{ height: auto; } .content-info h1.title{ font-size: 23px; } .flexslider .slides img{ width: 100%; height: auto; } .slider-container{ padding-bottom: 5px; } } Hope it will solve your issue.