Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • islandview Friend
    #1021893

    What’s the best fix for the issue with huge images in mobile views? I see several answers in the older forum posts but would like to ensure I’m doing the most ‘correct’ fix for this issue.

    You can see my images going wild on small screens at [edited]

    Thanks!

    Pankaj Sharma Moderator
    #1021973

    Hi
    Open /templates/purity_iii/local/css/themes/caymanactive/template.css

    Find

    .article-intro .img-fulltext-right {
        float: none !important;
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
      }

    Replace it with

    .article-intro .img-fulltext-right {
        float: none !important;
        margin-left: 0;
        margin-right: 0;
       max- width: 100% !important;
      }

    This will fix the problem.

    Regards

    islandview Friend
    #1021986

    Perfect. Thank you.

    Pankaj Sharma Moderator
    #1021990

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum