File Editor
Directories:
.. (Back)
ai-app
cloud
common
core
css
epanel
et-pagebuilder
images
includes
js
lang
psd
Files:
404.php
changelog.txt
comments.php
footer.php
functions.php
header.php
index.php
options_divi.php
page-template-blank.php
page.php
post_thumbnails_divi.php
rtl.css
sidebar-footer.php
sidebar.php
single-et_pb_layout.php
single-project.php
single.php
style-cpt-rtl.min.css
style-cpt.min.css
style-rtl.min.css
style-static-cpt-rtl.min.css
style-static-cpt.min.css
style-static-rtl.min.css
style-static.min.css
style.css
style.min.css
theme-after-footer.php
theme-after-header.php
theme-after-wrappers.php
theme-before-wrappers.php
theme-footer.php
theme-header.php
Create New File
Create
Edit File: theme-before-wrappers.php
<?php /** * Template partial used to add content to the page in Theme Builder. * Duplicates partial content from header.php in order to maintain * backwards compatibility with child themes. */ $product_tour_enabled = et_builder_is_product_tour_enabled(); $page_container_style = $product_tour_enabled ? ' style="padding-top: 0px;"' : ''; ?> <div id="page-container"<?php echo et_core_intentionally_unescaped( $page_container_style, 'fixed_string' ); ?>>
Save Changes
Rename File
Rename