Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Kleo Posts resizing with custom CSS #171668
     ChefsConnection
    Participant

    This code works as intended. Thanks Radu!

    COPY CODE
    @media (max-width: 1199px) and (min-width: 992px) {
        .responsive-cols.kleo-masonry.dailybites article {
            width: auto !important;
        }
    
    }

    Interestingly, this code gets the same result but I’m sure it’s not the right way to do it.

    `@media (max-width: 1199px) and (min-width: 992px) {
    .responsive-cols.kleo-masonry.dailybites {
    width: 300% !important;
    }

    }

Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?