• Resolved honzapol

    (@honzapol)


    Hello,

    firstly, thank you for an amazing plugin. It is one of the best around.
    Secondly, I am trying to center text not just by width but also by height, to be truly centered in the middle. However, it does not seem to work if I change the size of the font. Can you please help me? I also tried some CSS I found here and I searched the forum but to no result.

    • This topic was modified 6 years, 7 months ago by honzapol.

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The only thing not centered are the red headings, from what I can see. The cause for this is the margin on these <p> elements. To change that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress p {
      margin-bottom: 0;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘True centering of text’ is closed to new replies.