Reply To: CSS to change whole site width

Home Forums Support CSS to change whole site width Reply To: CSS to change whole site width

Home Forums Support CSS to change whole site width Reply To: CSS to change whole site width

#202231
Tom
Lead Developer
Lead Developer

Your issue is being caused by this CSS:

.header-image {
    position: relative;
    min-width: 1440px;
    left: -95px;
}

Those values aren’t responsive, and will cause this issue.

What were you trying to do with that CSS? There’s most likely a better way that will be responsive.

There’s no way to force the site not to scroll right, but there are ways to make sure elements stay within their containers 🙂