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

    (@tobiasbg)

    Hi Carolyn,

    you are right. That code in your theme is responsible for that slight shift (which is not just affecting tables, but actually all content on the page).

    The easiest way to change this, should be to add this CSS code:

    .full-width-content #content {
      width: 930px;
      padding-right: 15px;
    }

    Regards,
    Tobias

    Thread Starter carolynyalin

    (@carolynyalin)

    Thanks, it took a bit more tweaking, but your code led me to the solution.

    I’m now working on another table and sure I’ll be back ??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    very nice! Good to hear that you found a solution ??

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centering Table and Padding’ is closed to new replies.