Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    You could try some CSS like this:

    table {
        table-layout: fixed;
    }
    
    table tr th:first-child {
        width: 30%;
    }

    Let me know ??

    Thread Starter mariushosting

    (@marius84)

    Completely work with your CSS ??

    Theme Author Tom

    (@edge22)

    Awesome ??

    Thread Starter mariushosting

    (@marius84)

    Hello @edge22 this problem will also be solved on GeneratePress 2.4? I see the same identical problem on fresh WP installation with GeneratePress. I added the CSS code again and work perfectly.

    Theme Author Tom

    (@edge22)

    It wouldn’t be possible to add that CSS by default, as it will break a lot of tables that don’t want the first column to be 30% wide.

    For tables like you’re using them, you’ll likely need to manually add that CSS.

    Let me know if you need more info ??

    Thread Starter mariushosting

    (@marius84)

    I understand thank you!

    Theme Author Tom

    (@edge22)

    No problem ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Table out of the container’ is closed to new replies.