ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

customizer-dynamic-css-width.php (117B)


      1 <?php
      2 
      3 return '
      4 .wp-full-overlay-sidebar {
      5   width: WIDTH;
      6 }
      7 
      8 .wp-full-overlay.expanded {
      9   margin-left: WIDTH;
     10 }
     11 ';