Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #707235

    Hi, I have a nice widescreen big slider (only 1 picture, no stretching, no scaling, 2560x1140px) with a text and two buttons on it (left, no frame). Looks perfect. However when I’m on portrait mode on mobile the two buttons don’t fit the rather low height of the picture and aren’t visible. How can I adjust the height of the slider for mobile, so that buttons are visible?

    I think I have to tweak something with @media only screen and (max-width: 767px).

    #707585

    Hi e-cat,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #707653

    Sure, see the link in the private content. The page works perfect on desktops, tablets. The problem only exists for narrow screen sizes like in portrait mode on mobile.

    #708544

    Hi,

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
        .avia-slideshow-inner, .avia-slideshow-inner img {
            height: 400px !important;
        }
    
        .avia-slideshow-inner img {
            min-width: 1000px !important;
            margin-left: -400px !important;
        }
    }

    Adjust the values as necessary.

    Best regards,
    Ismael

    #708667

    Great. Thanks, Ismael!

    #708669

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

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