• Resolved jatinsri93

    (@jatinsri93)


    Thanks for the awesome plugin and taking your time in answering the doubts.

    Please help me with the following:

    1. How can I make the 1st,2nd,3rd column content to be center align (check mobile version of this page)
    2. Add border in left & right of table
    3. Remove previous & next option bottom of the table

    Page I need help with: https://rockgrow.com/workshop-pricing/

    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 post, and sorry for the trouble.

    1. From what I can see, these columns are horizontally centered already. To also center them vertically, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

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

    2. For that, please remove the CSS

    .tablepress thead th:first-child,
    .tablepress tbody td:first-child {
    	border-left: none;
    }

    3. It looks like you already found the checkbox for that?

    Regards,
    Tobias

    Thread Starter jatinsri93

    (@jatinsri93)

    Quick and fast, thanks

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

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