• Resolved hinganevinod

    (@hinganevinod)


    Hello,
    Please check for given link as table shows text align to center by default as well as table size in not adjusting to area as you can see. kindly solve this issue.

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

    Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress thead th,
    .tablepress tbody td {
        text-align: left;
    }
    .tablepress {
        width: 100% !important;
    }
    

    Regards,
    Tobias

    Thread Starter hinganevinod

    (@hinganevinod)

    Thank you very much, its working fine now!

    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 ‘Text align and table size is not adjusting’ is closed to new replies.