Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1089020

    Is it possible increase the height of all slides on mobile ?

    https://www.mylabrador.it/

    #1089918

    Hey Stefano,

    Please use the following css

    
    @media only screen and (max-width:767px){
      #full_slider_1, 
      #full_slider_1 .av_slideshow_full.avia-slideshow,
      #full_slider_1  .avia-slideshow-inner,
      #full_slider_1 .avia-slideshow li,
      #full_slider_1 .avia-slideshow li img {
        min-height: 240px;
    
      }
      #full_slider_1 .avia-slideshow li img {
        width: 200% !important;
        max-width: auto;
      }
       .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
          padding-top: 0px;
      }
    }
    

    Best regards,
    Victoria

    #1090131

    image of slider is wrong, try to see in mobile

    #1090669

    Hi,

    What mobile browser are you using?

    Best regards,
    Basilis

    #1090675

    Brave or Chrome

    #1091060

    Hi unicaweb,

    Do you mean that images are stretched? Well, you might want to hide this slider for the smallest screens with the theme options and make a slider with images better suited for these screens and show it on mobile.

    Best regards,
    Victoria

    #1091273
    #1091547

    Hi unicaweb,

    Can you try to replace this css code:

    #full_slider_1 .avia-slideshow li img {
        width: 200% !important;
        max-width: auto;
    }

    with:

    #full_slider_1 .avia-slideshow li img {
        width: 150% !important;
        max-width: none !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1091592

    Perfect! Thanks!

    #1091800

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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