Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sky Friend
    #957773

    I put a banner module in ACM, and it does not dispaly nicely in responsive screen.

    Pankaj Sharma Moderator
    #957787

    Hi
    Add below code in /css/custom.css file

    @media (min-width: 767px) {
    
    #Mod977 .banneritem img {width:100%;} }

    save and check .

    sky Friend
    #958182

    applied the css, and only work for one banner, another one is still having the same issue.

    Pankaj Sharma Moderator
    #958191

    Hi
    The solution is only for the described issue .

    If you want to apply it for whole site use this code

    @media (min-width: 767px) {
    
    .banneritem img {width:100%;} }
Viewing 4 posts - 1 through 4 (of 4 total)

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

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