test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1037910

    Hi
    Can u share the URL of page showing in the screenshot?
    The submitted site URL is not opening at my end http://prntscr.com/fdmon6

    Regards

    gstaudi Friend
    #1037975
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1037980

    Hi
    Can u share the page URL that is showing in 2nd screenshot?
    I checked a page and image looks fine in mobile http://prntscr.com/fdoxgr

    Regards

    gstaudi Friend
    #1037992
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1037994

    Hi
    Open /templates/ja_sugite/local/css/themes/brand_sy-cademy/template.css
    find this code

    
    @media screen and (max-width: 992px) {
      .article-intro img,
      .article-content img {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    replace it with

    
    @media screen and (max-width: 992px) {
      .article-intro img,
      .article-content img {
       max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    save file clear cache and check.

    Regards

    gstaudi Friend
    #1037995

    hi pankaj,
    your my hero, this was the problem.
    now everything looks fine

    many many thx

    Pankaj Sharma Moderator
    #1038001

    You are welcome!

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

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

The topic ‘after joomla update 3.7 images not responsive’ is closed to new replies.