@media only screen and (max-width: 640px) { .sqs-layout { width: 100% !important; max-width: none !important; } /* Disable responsive images */ img { width: auto !important; max-width: none !important; } /* Adjust navigation or other elements */ .header-nav { display: flex !important; justify-content: space-between; } /* Force desktop view */ body { overflow-x: scroll !important; min-width: 1024px !important; } }