ACTIVE Header Width Fix

/* === HEADER WIDTH EMERGENCY FIX === */
/* Constrains testimonial banner to prevent header width issues */
body .wp-block-group:first-child,
.wp-site-blocks > .wp-block-group:first-child {
max-width: 1200px !important;
margin: 0 auto !important;
padding: 0 24px !important;
box-sizing: border-box !important;
}

/* Style client testimonial images properly */
body .wp-block-group:first-child img {
max-width: 150px !important;
height: 60px !important;
object-fit: cover !important;
border-radius: 8px !important;
margin: 0 8px !important;
display: inline-block !important;
}

/* Prevent header container overflow */
.site-header,
[data-id=”middle-row”],
.wp-site-blocks > * {
max-width: 100vw !important;
overflow-x: hidden !important;
}

/* VF Framework container constraints */
.vf section,
.sa-about-hero,
.sa-about-mission__inner,
.sa-about-philosophy__inner {
max-width: 1200px !important;
margin: 0 auto !important;
padding-left: 24px !important;
padding-right: 24px !important;
}

/* Testimonial text styling */
body .wp-block-group:first-child h3 {
font-size: 14px !important;
text-align: center !important;
margin: 12px 0 !important;
color: #666 !important;
}
/* === END HEADER WIDTH FIX === */

Leave a Reply

Your email address will not be published. Required fields are marked *