• Resolved stormhawk

    (@stormhawk)


    This relates to the table marked “Want More Format Options?”, which was made as a direct copy of the table above it (Audio options).

    I’ve aligned the text in this new table (17) in the same CSS block as all the other text I’ve centred (ie, the other tables on this page), but this text is out of alignment with the others?

    Code used for centring:

    .tablepress-id-XX .column-X,
    .tablepress-id-XX .column-X {
    	text-align: center;
    }

    I know it’s probably something really simple I’m missing.

    Help?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The problem here simply is that the column have different widths.
    Just add e.g.

    width: 50%;
    

    to your CSS command as well.

    Regards,
    Tobias

    Thread Starter stormhawk

    (@stormhawk)

    Thanks so much!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘One table one centre properly’ is closed to new replies.