OwlCyberSecurity - MANAGER
Edit File: global-layout.php
<?php /** * Theme options / Layout / General * * @package vamtam/bijoux */ return array( array( 'label' => esc_html__( 'Content Width', 'bijoux' ), 'description' => wp_kses( __( 'There is no live preview for this option.<br>If you have changed this option, please clear Elementor\'s cache from Elementor/Tools/Regenerate CSS', 'bijoux' ), 'vamtam-admin' ), 'id' => 'site-max-width', 'type' => 'number', 'compiler' => true, 'input_attrs' => array( 'min' => 300 ), 'transport' => 'postMessage', ), );