• Hi team,

    The slider images in desktop view and tablet view is perfect, but from mobile view are showing the exact big pic and they are not fit to the screen unless I flip the phone to horizontal. Anu idea please how to fix that?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @mohannad1987
    Thanks for contacting to us.
    TO fix the issue add the below css code inside the appearance >> Customzier >> Find the additonal css box and add the below css code inside the the box.

    
    @media only screen and (max-width: 600px) and (min-width: 200px)
    {
    .homepage-mycarousel .carousel-inner > .item > img {
        width: 100%;
     
    }
    }

    Let me know for any confusion.
    Thanks

    Thread Starter mohannad1987

    (@mohannad1987)

    Thanks Akhlesh! it works fine now ??

    I appreciate your help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile slider view’ is closed to new replies.