Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1006125

    Hi
    it`s because of the banner width is set to 100%. Can you turn off the css compression so I can give you the path of file.
    Here: http://prntscr.com/e10vn8

    Elinam21 Friend
    #1006213

    How do I turn off CSS compression. This is what i have done

    Templates > JA Teline V – Default > General Tab and turned off Optimise CSS.

    Is this the correct way? Standing by

    Pankaj Sharma Moderator
    #1006282

    Hi
    open /templates/ja_teline_v/local/css/template.css

     .banneritem img {
        width: 100%;
    }
    

    Replace it with

    .banneritem img {
        max-width: 100%;
    }

    Save and check.
    Regards

    Elinam21 Friend
    #1006527

    WORKED. THANK YOU.

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

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

The topic ‘home-1 position stretches images’ is closed to new replies.