Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • brusamolino Friend
    #1086527

    Hi
    i would like to have the diagonal that i see in the slideshow in high resolution even in small resolution monitor (from 900 to 1199 pixel)

    How can i do?
    the website is https://fiera365.it/ and to enter you can use the same credential for admin side

    Best Regards Luca


    1. diagonal
    Saguaros Moderator
    #1086726

    Hi,

    I see that you overrode the properties declared with the media queries @media (mind-width: 1200px) {…}

    You should override all properties there instead of height and background-size only.

    So it will be:

    @media (min-width: 900px){
        .t3-slideshow:after {
            height: 290px;
            background-size: 100% 290px;
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            background: url("../images/main-container-ltr.png");
        }
    }

    Then customize the value to suit your need.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 6 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum