• Hola, Tengo un problema con el tema ConsultStreet. Cuando visualizo la web en un móbil el Main Slider no se adapta la imagen y queda recortada. La imagen de ejemplo del tema tampoco lo hace. Como puedo resolverlo.

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

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

    (@themearile)

    Hi Celidiog

    Thanks for contacting us.

    Please add the below CSS code for the responsive slider image in the Additional CSS box.

    Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.

    @media (max-width: 500px) {
    #theme-main-slider .item {
       background-repeat: no-repeat;
        height: auto !important;
    }
    #theme-main-slider .item {
       padding-top: 60.56%;
       display: block;
       height: 0;
    }
    }

    Let us know if it works for you.

    Thanks

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