Archived topic
Background color body / width of container
3 replies · Started by Petri on August 28, 2022
Hi Support,
I'm using the Connections theme from the site library for a new site.
The body has a grey background, however I would like to have that grey background to always have a max. width (padding 25px) like on the example site (please see the example site link in the private info).
I already made the container a bit wider (1300px), but that doesn't help.
Thank you for having a look.
Hi there,
try adding this CSS:
body {
padding-left: 25px;
padding-right: 25px;
}
That works, thanks David!
Glad to be of help