• Resolved awmaeder

    (@awmaeder)


    tables that used to be full-width, are no longer full width. Putting them in a container sort of works, but not really well on mobiles where you have to find some combination of margin and padding to bring it back to full width and centered.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Could you please tell where on your site you can see this misrepresentation?
    What was done before? Were there any updates?

    Thread Starter awmaeder

    (@awmaeder)

    Here https://wassersportzentrum-richterswil.ch/shedhalle-horn-richterswil/

    you see a table how it used to be, the site runs on 6.0.

    In order to make a same table as here wvr.ch/Vorstand look the same in 6.1 I had to put it into a container and play with padding and margin. Without it would no longer be full width in 6.1 and the table itself does not have settings that would change something.

    I can’t duplicate that in my case. Created a table in 6.0 and after updating to 6.1 the output looks identical. However, I don’t have the theme you are using in use, so I suspect it may have something to do with that. The best thing to do is contact their support.

    Thread Starter awmaeder

    (@awmaeder)

    I use the sydney theme, I just now rolled it back from 2.14 to 2.10 / WP 6.1:
    copying the table (the lower one is the one not in the container):
    https://www.wvr.ch/vorstand – shows the problem, no way to correct it, no matter what settings I use

    My other page runs on 2.10 / 6.0:
    First table on this page copied (the lower one is the copied one)
    https://wassersportzentrum-richterswil.ch/shedhalle-horn-richterswil/

    works like a charm.

    Where the table is not displayed correctly, there is an outer space around it. This is caused by the plugin “Views for WPForms”: https://www.ads-software.com/plugins/views-for-wpforms-lite/

    You can fix this with the following CSS code:

    .wp-block-table.is-style-stripes { margin: 0 }

    Or contact the support of the plugin.
    Or deactivate it.

    Thread Starter awmaeder

    (@awmaeder)

    Thanks a lot! That did fix it. Weird though: I had this plugin for a long while and only noticed the issue after the 6.1 upgrade.

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