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

#202323
Tom
Lead Developer
Lead Developer

Spent a little bit playing with this – tough one!

I see why you did it the way you did for sure.

I think your best bet here is to add this CSS:

body {
    overflow-x: hidden;
}

That will prevent the horizontal scroll.

Let me know 🙂