HEX
Server: Apache
System: Linux webm019.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: marieroufy (41973)
PHP: 7.2.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/marieroufy/www/wp-content/themes/mesmerize/customizer/add-sections-preview.php
<style>
    .mesmerize-add-section-wrapper.col-xs-12.middle-xs {
        margin-top: 40px;
    }

    .mesmerize-add-section-wrapper-inner {
        padding: 60px 0px;
        border-width: 2px;
        border-style: dashed;
        text-align: center;
    }

    .mesmerize-add-section-wrapper-inner button {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 16px;
        margin: 0;
        padding: 10px 30px;
    }

    .mesmerize-add-section-wrapper-inner p.small {
        margin-top: 0.8rem;
    }

</style>
<div class="col-xs-12 mesmerize-add-section-wrapper middle-xs">
    <div class="border mesmerize-add-section-wrapper-inner">
        <button data-install-companion-button="true" class="button color6"><?php esc_html_e('Add Section', 'mesmerize'); ?></button>
        <script>
            (function () {
                jQuery(function () {
                    jQuery('[data-install-companion-button="true"]').click(function (event) {
                        parent.ExtendThemesCompanionPopover.showPopover(event.currentTarget, 'down')
                    })
                });
            })();
        </script>
    </div>
</div>