• Good Day,
    I am using Agama theme, in the customise you can add two free slider and if we want more we can upgrade to pro.

    When i add the the two slider images, it is perfectly fine in the computer but when i open it in a mobile phone or smaller device is not responsive at all. it does not change or resize itself like any other picture i place in the website.

    Please help me to fix this.
    Thank you

    • This topic was modified 5 years, 10 months ago by bartglobe.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author themevision

    (@themevision)

    Hello,@bartglobe!

    We are working on the big Agama-slider improvements which will be published in the next Agama-Pro theme update (1.5).
    Until that happens, you can solve your problem by inserting the following code into :
    Customizing->General->Additional CSS:

    @media (max-width:1200px) {
    .camera_wrap{
    height: 40vw!important;
    }
    .cameraSlide img{
    width:100%!important;
    height:auto!important;
    margin:0!important;
    top: 50%;
    transform: translateY(-50%);
     }
    }

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘agama Slider responsive’ is closed to new replies.