[Support request] Layout of columns on website

Home Forums Support [Support request] Layout of columns on website

Home Forums Support Layout of columns on website

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1023503
    digitalrenovators

    Hi, hope all is well. The columns on desktop look great, but the ones one mobile do not look good, how do i get it so everything is in one column so it looks better. Any ideas please? Cheers

    #1023529
    David
    Staff
    Customer Support

    Hi there,

    try this CSS to stack them and add a little padding around the text:

    @media(max-width: 768px) { 
        .wp-block-media-text {
            display: block;
        }
        .wp-block-media-text .wp-block-media-text__content {
            padding: 30px;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.