add_action( 'wp_footer', 'forminator_preload', 20 ); function forminator_preload() { global $post; if ( ! $post instanceof…
Total Theme: Recurring Problem with Row Padding if it has a background-color
This is how I want it:

Adding a bavkgroundf-color adds a unwanted padding of 15px on all sides.

Just remove it and all is good:

