/*
Theme Name:     YITH Wonder Child
Theme URI:      https://example.com/yith-wonder-child
Description:    Child theme for YITH Wonder
Author:         Your Name
Author URI:     https://example.com
Template:       yith-wonder
Version:        1.0.0
Text Domain:    yith-wonder-child
*/

/* Sticky top call bar adjustment */
#call-now-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* Push page content down to avoid overlap with sticky bar */
body {
    padding-top: 40px;
}


/* In wp-content/themes/your-child/style.css */

.wp-site-blocks {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
