Edit File by line
/home/barbar84/www/wp-conte.../themes/Divi
File: theme-before-wrappers.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Template partial used to add content to the page in Theme Builder.
[2] Fix | Delete
* Duplicates partial content from header.php in order to maintain
[3] Fix | Delete
* backwards compatibility with child themes.
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
$product_tour_enabled = et_builder_is_product_tour_enabled();
[7] Fix | Delete
$page_container_style = $product_tour_enabled ? ' style="padding-top: 0px;"' : '';
[8] Fix | Delete
?>
[9] Fix | Delete
<div id="page-container"<?php echo et_core_intentionally_unescaped( $page_container_style, 'fixed_string' ); ?>>
[10] Fix | Delete
[11] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function