Viewing 1 replies (of 1 total)
  • Plugin Support Yann

    (@collet)

    Hi,

    Thank you for your feedback. You’re correct, there does appear to be a layout issue with the “Stack on tablet” option enabled on the Media & Text block. The width of the block is indeed exceeding its parent container. We’ll be addressing this in our next release. In the meantime, you can use the following CSS code as a temporary workaround. Please add this code to the “Additional CSS” panel in the Customizer:

    @media (max-width: 1023px) {
        .wp-block-media-text.tw-stack-md.alignwide {
            width: var(--responsive--aligndefault-width);
            max-width: 100%;
        }
    }

    Please let me know if this resolves your issue, or if you’re referring to another problem.

Viewing 1 replies (of 1 total)
  • The topic ‘Columns not responsive on mobile’ is closed to new replies.