• Resolved roliw80

    (@roliw80)


    Dear Colleagues, between about 500-700 px screen width, my design gets too narrow. The first striped table gets way too narrow and deep. How can I get it to go underneath sooner than it does now? Thank you very much and greetings.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @roliw80,

    Sorry for the delay.

    Would you mind sharing with us a screenshot or even a video pointing to the issue? From what I can see, it works fine. Please refer to this screenshot.

    Kind regards,
    Herman 🙂

    P.S. We recommend reaching out to us through our Support Portal for faster and quicker help and resolution as mentioned here.

    Thread Starter roliw80

    (@roliw80)

    Dear Herman

    Thank you very much, I’ve played around with the following and now it seems to be okay, but the pixels are far from accurate, and I’m not sure if I’m doing this the right way.

    .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    }

    @media screen and (max-width: 900px) {
    .wp-block-column {
    flex-basis: 100%!important;
    }
    }

    Thanks so much and kind regards,
    Roland

    Hi @roliw80,

    Good to know that you have managed to make it works. Please mark the topic as resolved and do let us know if there’s anything else we can help you with.

    Have a nice day and stay safe!

    Kind regards,
    Herman 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Responsive Content gets too narrow’ is closed to new replies.