• Resolved nclibraries

    (@nclibraries)


    Hiya,

    I am having problems centering this table on my page. I have searched the forum and found this CSS that I have applied but it doesn’t seem to work:

    .entry .tablepress-id-12 {
    width: auto;
    margin: 0 auto 1em;
    }

    Thank you,

    Nige.

    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.

    Just leave out the .entry part. That’s not necessary in your theme:

    .tablepress-id-12 {
      width: auto;
      margin: 0 auto 1em;
    }

    Regards,
    Tobias

    Thread Starter nclibraries

    (@nclibraries)

    Hiya Tobias,

    Perfect! Thanks so much.

    Nige.

    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 ‘Centering Table on Page’ is closed to new replies.