• Resolved goshinkansensei

    (@goshinkansensei)


    Ich habe schon viele L?sungen gefunden aber keine hat bisher funktioniert.
    Wie und wo ?ndere ich das CSS bei TablePress, so dass der Text nicht nur vertikal middle ist sondern auch horizontal middle ist, nachdem es horizontal als Funktion in CSS nicht gibt.

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble. As these are English-language forums, I’ll reply in English. That way, more people can benefit from our discussion, I hope that’s ok.

    To center both vertically and horizontally, you can use

    .tablepress tbody td {
    	text-align: center;
    	vertical-align: middle;
    }

    Regards,
    Tobias

    Thread Starter goshinkansensei

    (@goshinkansensei)

    Thanks a lot.
    and where do I put this css code in the TablePress plugin or on the wp side?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    the best place for this is the “Custom CSS” (“Zusatz-CSS”) text field on the “Plugin Options” (“Einstellungen”) screen of TablePress.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text horizontal zentrieren in TablePress’ is closed to new replies.