Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The best way to achieve this should be to add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress (adjust the table ID as necessary):

    .tablepress-id-123 {
      float: left:
      width: 300px;
    }

    If that’s not it, please post a link to the page with the table where this problem happens, so that I can take a direct look. Thanks!

    Regards,
    Tobias

    Thread Starter bagwellmkt

    (@bagwellmkt)

    Still can not make this work page is
    https://69.195.124.157/~bagwell1/bagwellpromotions/embroidery-101/

    This is what I put in the css

    .tablepress-id-1 {
    float: left:;
    width: 180px;
    }
    Don’t know why, but when I save WordPress throws an extra “;” after the left: from your example.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, my bad. There’s a typo in my code… The : should actually be a ;.
    Additionally, you did not change the table ID, from what I can see.
    Now, after testing again, I noticed that we should also add some margin on the right side of the table. So, please try again with

    .tablepress-id-1 {
      float: left;
      width: 180px;
      margin-right: 10px;
    }

    Regards,
    Tobias

    Thread Starter bagwellmkt

    (@bagwellmkt)

    Excellent – That nailed it!

    Plugin Author TobiasBg

    (@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 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Wrap copy around a table’ is closed to new replies.