• Resolved watchmakingtools

    (@watchmakingtools)


    Currently using the the free version of TablePress. Whenever I want to center align a column I need to manually copy and paste ‘<center> and </center>’ into each cell via the Advanced Editor.

    Wanted to know if this process is improved in the Pro version so I could center align a whole column in a quicker and easier way?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    There’s indeed a more straightforward solution for this, and it’s even possible with the free version ??

    For centering a full column, you could add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 .column-5 {
      text-align: center;
    }

    This will center column 5 of table 123 on your site.

    For other things that can be influenced with CSS code, please also see https://tablepress.org/faq/

    Best wishes,
    Tobias

    Thread Starter watchmakingtools

    (@watchmakingtools)

    Thank you Tobias.

    Plugin Author TobiasBg

    (@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 in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Align Columns’ is closed to new replies.