• Resolved LightQuest

    (@lightquest)


    I’ve used TablePress on one website and it worked perfectly in Chrome! When I then tried to replicate the same table on another site the table won’t center properly and is shifted to the right. I went back and looked at my site where the table is perfect & copied over all CSS coding; I deleted the table and uninstalled/re-installed TablePress, still no luck. I’m sure it’s something simple, but I can’t pinpoint it. The problem seems to occur when the images are inserted into the table. It appears as though they are auto re-sizing and pushing the whole table off-center. I looked at the perfect table site in IE 11.0 and it’s off-center there as well… Any help would be greatly appreciated, thanks!!

    Perfect Table is Here: http://www.insigniamatrix.com/gallery-test/

    Off-Center Table is Here: http://www.starfireart-intl.com/gallery/

    https://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this seems to be some CSS code that affects the images, that is different on the second site.
    To fix this, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #content .tablepress img {
      max-width: 100%;
    }

    Regards,
    Tobias

    Thread Starter LightQuest

    (@lightquest)

    Thanks for the quick reply! It worked and looks great now in Chrome. Any suggestions to correct it in IE?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    sorry, I don’t have an iE to test, at the moment 🙁
    Can you maybe try finding something by playing around in the Developer Tools of the browser?

    Regards,
    Tobias

    Thread Starter LightQuest

    (@lightquest)

    Sorry, I looked in Developer Tools, but I’m far from being a developer so that is a beyond me! Please take a look at it when you can. Thanks!!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    I’m on a Mac at the moment and use Linux at work, so that I don’t have an IE available 🙁 Sorry.

    Regards,
    Tobias

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

The topic ‘Table Centering Issue’ is closed to new replies.