• Resolved Vanze

    (@nivzeor)


    Hi there,

    I am triying to use your plugings table for the convenience, as it let me export excel, and also have many tools.

    When I try to insert a table, I get a problem in the side padding?, margin? XD, as you can see the picture I uploader to Gdrive.

    https://drive.google.com/open?id=18Tz6Kmrui4mlZxre6-ZauVMmLpka8Ig7

    Probably is something about the theme (oceanwp) and elementor, maybe.

    I triyed to search the CSS in your previous post, etc but did not found way to fix it or did not work to me. Also if I can find a way to change the height of the contect bars (want them thiner), and the title would be welcome.

    Thank you for your time,
    and good work with the plugin.

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To change all these things, we can use CSS code. Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter Vanze

    (@nivzeor)

    Hi Tobias,

    Do not worry, it is not your fault.

    Here is the URL,
    https://tintudy.com/language-schools/spain/salamanca/isla

    and I sent you a picture with normal padding and the one with my website, as you can see the distance from the border of the table is none in my website, but in your demo, and other examples I saw, the word inside the table is not touching the border.

    https://drive.google.com/open?id=1UrXCCTsONkMF-p9yVxy3F4guxVJFwFL7

    Also I would like to make se separation beeween rows smaller, for have a bit more compress table.

    Thank you!

    Thread Starter Vanze

    (@nivzeor)

    Testing with CSS I found this way fix the problem of padding with the theme.

    .tablepress thead th {
    padding: 5px !important;
    }

    .tablepress tbody td {
    line-height: normal;
    padding: 5px !important;
    }

    Do you think is the right choice?

    Thank you

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, very nice! This is the solution that I would have suggested!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Strange margin and few changes.’ is closed to new replies.