Shop Categories

X

responsive slides show anomalies on the mobile

Home Forums Agama Pro responsive slides show anomalies on the mobile

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10971
    William Liu
    Participant

    please see this clip
    https://youtu.be/58UrwptIJoM
    thank you
    Slider image size:1200×450
    Slider Height value:38

    Additional CSS

    @media (max-width:800px) {
    .camera_wrap{
    height:300px!important;
    }
    .camera_wrap img {
    width:100%!important;
    height:100%!important;
    margin:0!important;
    }
    #agama_slider h2.slide-title {
    font-size: 26px!important;
    }
    }

    @media (max-width:600px) {
    .camera_wrap{
    height:225px!important;
    }
    }

    @media (max-width:400px) {
    .camera_wrap{
    height:150px!important;
    }
    }

    • This topic was modified 5 years, 1 month ago by William Liu.
    • This topic was modified 5 years, 1 month ago by William Liu.
    #10985
    Zex
    Moderator

    Hello, William!

    This happening due to the CSS code you inserted.

    To help you with that, I will need your WP Admin credentials in the private reply.(check the “Set as private reply ” checkbox below the post), or create a temporary Admin account for me.

    Thank you.

    Regards

    #10986
    William Liu
    Participant
    This reply has been marked as private.
    #10990
    Zex
    Moderator

    Hello William!

    I have slightly Modified your code and now the slider works well.

    Regards

    #10992
    William Liu
    Participant

    Hello Zex,
    Thanks for your help!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.