• Resolved scuderiadank

    (@scuderiadank)


    Insert a table, change the width to wide and it doesn’t expand to 1140px as suggested. Full width seems to be only 835px as well?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @scuderiadank,

    Thanks for choosing Fork and sorry for the delayed reply! We didn’t receive this message in our ticketing system for some reason.

    I tried to replicate this behaviour but the alignment settings work as expected for me – wide width, full width. Could you please provide us the URL to your site so we can take a look at the issue?

    Thank you!

    Thread Starter scuderiadank

    (@scuderiadank)

    Hi @luciamarinescu. I’m in the process of creating a site which hasn’t been published yet. But I have created a temporary one: https://vooffensive-mawa.instawp.xyz/table-test-page/ (completely clean install with default plugins installed)

    I’ve created all three widths of tables in a post. Normal and wide are the same width. Full width is slightly bigger, but doesn’t expand fully.

    Thread Starter scuderiadank

    (@scuderiadank)

    Hi again @luciamarinescu

    Is this being looked into? I only ask because I’m having to renew InstaWP every 48 hours in order for you to see it. Thanks.

    Hi @scuderiadank,

    Thanks for providing the URL!

    Initially, I tested this on a normal page and it worked properly, but I noticed that the test page you provided is actually a single post, not a normal page. I was able to replicate this behaviour on my test instance on single posts. Please add the code below in the Additional CSS section that can be accessed using the link template below. Make sure you replace your-domain with your site domain. The code should help extend the tables to their desired size.

    https://your-domain.com/wp-admin/customize.php

    .single-post .is-layout-constrained.entry-content.wp-block-post-content {
    max-width: 100% !important;
    }

    Have a great day ahead!

    Thread Starter scuderiadank

    (@scuderiadank)

    Thanks @luciamarinescu that has fixed it.

    Great, I’m glad to hear the tables are displayed properly now, thanks for letting me know!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Table widths’ is closed to new replies.