Site logo

[Support request] Horizontal blog cards

Home Forums Support [Support request] Horizontal blog cards

Home Forums Support Horizontal blog cards

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #870708
    David
    Staff
    Customer Support

    Add this CSS:

    @media (max-width: 768px) {
        .blog .inside-article,
        .archive .inside-article {
            display: block;
        }
        .blog .post-image img, .archive .post-image img {
            vertical-align: middle;
        }
    }

    Adjust the max-width: 768px to change when it breaks to stacked.

    #870720
    Alvaro

    Awesome. Thanks!

    #870722
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.