
/* Override Wix max-width to allow full-width layout */ #SITE_CONTAINER, #SITE_PAGES, #SITE_HEADER, #SITE_FOOTER { max-width: 100% !important; width: 100% !important; min-width: 1200px !important; /* Adjust this to your preferred min width */ margin: 0 auto !important; padding-left: 20px !important; /* Give some breathing room */ padding-right: 20px !important; } /* Add some padding on really wide screens */ @media (min-width: 1600px) { #SITE_CONTAINER { padding-left: 80px !important; padding-right: 80px !important; } } /* Optional: Fix viewport scaling if Wix doesn’t handle it */ /* You can’t inject meta viewport here, but you can adjust layout widths */