Table padding

  • Author
    Posts
  • #58792

    Hi Zed
    Some of the tables on my site have become too wide for the page. Not sure if this is a v3 change but it’s become worse. I tried a few things in custom CSS but seem to be missing the ID for table padding. What I saw mentioned in other posts didn’t work.

    Can you tell me the ID for the theme table padding? Then I can manage table widths and get them right again.
    Thanks!

    Website: davidya.ca/2016/02/02/pranas-and-chakras

    #59001
    Zed
    Cryout Creations mastermind

    Try this CSS:

    body .entry-content tr td {
        padding: 5px;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #59024

    Thanks, Zed. Perfect. Solved the problem.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Table padding’ is closed to new replies.