Recently an issue came up in our forum regarding compatibility with Thrive Architect Page Builder. The issue is, incorrect alignment of eForm elements when placed from the page builder.
The solution is very simple.
Go to WP Admin > Appearance > Customizer.
Now go to Additional CSS and paste the following code.
[css]
.thrv_wrapper .ipt_uif_front div,
.thrv_wrapper .thrv_countdown_timer .ipt_uif_front div {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
[/css]
And that’s it. If you have further trouble, do let us know.