Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor erdembircan

    (@erdembircan)

    Hello @tomchase,

    Can you share a live url of the web page that this table is in? Then we can further investigate the issue and give you an update.

    Best regards.

    Thread Starter tomchase

    (@tomchase)

    One more thing I would like to mention is in the back-end Row alignment is ok. The problem is in the front-end.

    Plugin Contributor erdembircan

    (@erdembircan)

    Hello @tomchase,

    We investigated the issue and found the bug that is causing it. Fix for it is scheduled for next update. In the meantime if you put the below custom CSS code to your theme’s Additional CSS menu on theme customization screen, this issue will be fixed. Sorry for the inconvenience and thank you for your feedback.

    
    .wptb-table-container table td {
     vertical-align: middle;
    }
    

    Fixed table: Cell Alignment
    How to use theme customizer: https://wordpress.com/support/customizer/

    Best regards.

    • This reply was modified 5 years, 8 months ago by erdembircan.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Row alignment is off’ is closed to new replies.