• Resolved kumidu

    (@kumidu)


    Hi, thanks again for this wonderful theme, for your effort and your support. I like faith very much!

    At the moment I’m struggeling a bit with tables styles / table formatting. I set up a table with 4 columns an I put some text in it. With the table settings I can switch on “table cells with fixed width” and it seems to be ok when editing the page.
    But when the page is published, all table colums seems to have the same size. The only difference is a word wrap and no slider to move right.

    What I would expect if no fixed width is selected is that columns with litte text are smaller than columns with more text.

    The describing text below the table is nicer formatted in editing mode than as it appears on the page.

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

Viewing 1 replies (of 1 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hi,

    You can go to Appearance > Customize > Additional CSS and add this code:

    .post-single table {
    table-layout: auto;
    }

    This should fix your issue.

    Best regards,
    Dumitru

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