Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Grant,

    thanks for your question.

    This depends on the theme that you are using, so I can’t answer that easily.
    Can you please post the URL to the page with the table? I’ll then gladly take a look to find out the exact code that is necessary.

    Best wishes,
    Tobias

    Thread Starter Wendy

    (@gwade)

    Hi Tobias

    The theme I am using is a Woo theme. the URL is http://www.bestfatburners.com

    Many thanks
    Grant

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Grant,

    thanks for the link.

    Please try the following CSS code, which needs to be pasted into the “Custom CSS” textarea on the “Plugin Options” screen:

    .wp-table-reloaded-id-1 td {
      vertical-align: middle!important;
      text-align: center!important;
    }
    
    .wp-table-reloaded-id-1 img {
      margin: 0!important;
      padding: 0!important;
      border: none!important;
    }

    Regards,
    Tobias

    Thread Starter Wendy

    (@gwade)

    Hi Tobias

    That works perfectly.
    Thank you so much for your time.

    Regards
    Grant

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: WP-Table Reloaded] Img Alignment’ is closed to new replies.