How do I change the width of my website?

Hey guys,

How would i implement these styles to my website? I’m trying to change the width of my website. Please replace container with what class it would be for my website. Really struggling on this one if anyone can help :slightly_smiling_face: https://directcomputers.co.uk/

@media screen and (max-width: 1280px)
.container {
width: 100%!important;
}
.container {
background: #fff;
margin: 0 auto;
width: 1280px;
}

1 Like

Hello @Anonymous ,

Greetings!!

Do you want to add containers to all sections?

Like this:

Hi @Anonymous

Add this style to the “body” tag only and check

Yes please to everything and also I want to add a image in the empty spaces on each side if that’s possible?