• Resolved vezga

    (@vezga)


    I have been trying to fix this for two days , tried most codes i could find in here , but nothing worked for me , i’m not sure where the problem is.

    any helps will be really appreciated thank you

    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.

    The cause for this is your theme, which for some reasons adds CSS code to prevent line breaks in all table cells. To override that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress th,
    .tablepress td {
        white-space: normal;
    }

    Regards,
    Tobias

    Thread Starter vezga

    (@vezga)

    thank you so much Tobias , this worked perfectly.

    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 ‘issue with margines’ is closed to new replies.