Site logo

Archived topic

How to define and setup body-border dimensions?

1 reply · Started by Sascha on June 29, 2020

Viewing posts 1–2 of 2

Hello and good day to you :)

I need to replicate a site from https://web.archive.org/web/20200121064903/http://rechtinberlin.de/
and I want to use GP, GPP & GB.

The site contains a global header with a slider, so I have created a header-element, added the slider shortcode and edited the header prams so that it's already going to the right direction.

But I do struggle to define the spacings as highlighted on this screenshot when fiddling with the Customizer.

Any chance to teach me about the best practice in this case? I have already checked the docs, but haven't found an example that comes even close to the structure of the site in question.

Thank you in advance for reading this,
Sascha

PS: Currently not all locations have updated DNS, so in case my URL does not work, pls try https://m26jo.hosts.cx/

Hi there,

it looks like you're almost there.
The missing part - the Green Border box in your image - try this CSS:

.one-container .site-content {
    padding: 0 !important;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
This archived topic is closed to new replies.