[Resolved] Make Page grid responisve

Home Forums Support [Resolved] Make Page grid responisve

Home Forums Support Make Page grid responisve

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1143182
    Kilian

    Hey,
    i wanted to ask if it is possible with some CSS to style the grid on the homepage to make it responsive, meaning that if i make the screen smaller 4 columns will become 2 columns and if i make the screen smaller again 2 columns become 1 column?

    Thanks a lot.

    #1143746
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 769px) and (min-width: 600px) {
        .wp-show-posts-columns .wp-show-posts-single {
            width: 50%;
        }
    }
    #1143784
    Kilian

    Awesome! Thank you very much 🙂

    #1144112
    David
    Staff
    Customer Support

    You’re welcome

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