• The table I create does not look the same on my page
    1) Rows are taller (height) on my page that in the TB editor
    2) Images are floating at the top instead of being aligned in the middle with text

    Kudos for making a great plugin. I hope you keep expanding and enhancing it.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Hi @gulklud,

    Is it possible to share a screenshot with us so that we can understand the differences better?

    About the image, your theme or another plugin is adding extra bottom margin to the image. That’s why it’s being aligned on the top.

    That can be fixed using a little bit of custom CSS.

    The following CSS can fix it:

    .wptb-cell img {
        margin-bottom: 0;
    }

    And finally, I am really glad to hear that you like the plugin. Please let us know if you have any suggestions for us to improve the plugin.

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Editor/Site look differ’ is closed to new replies.