Shop Categories

X

SLIDER NOT RESPONSIVE

Home Forums Agama Pro SLIDER NOT RESPONSIVE

Topic Resolution: Resolved
  • This topic has 1 reply, 2 voices, and was last updated 4 years ago by Zex.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19603
    Marcos Clairac
    Participant

    Hello there,

    When I open the website in my phone, the slider does not adjust to the screen, therefore appears cut.

    Is there any Setting to make it responsive?

    Thanx.

    Marcos

    #19604
    Zex
    Moderator

    Hello, Marcos!

    Insert the following codes into Customizing->General->Additional CSS:

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

    Regards

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