• When I view the second image (with the class alignright) on a mobile device, the image is clipped. I see in mobile.min.css it has the following rule:

        .alignleft,.alignright{
            float:none;
            display:block;
            margin-left:auto;
            margin-right:auto
        }
    

    Disabling float:none in Chrome solves the problem.
    Any suggestions on how to solve this problem?

    The page I need help with: [log in to see the link]

  • The topic ‘image clipped on mobile’ is closed to new replies.