XF 2.0 Container Wrapper Help

Dixie McCall

Well-known member
Hello
I want my community to look like the attached. Meaning I want my community wrapped?? rather than have wide menu and footer. Also in this example, where would I increase the padding as shown in. I would like to do this with a default tester style in 2.0 I like clean uniformity.

So I need to wrap my community into a page like look and need to increase the padding. as well.

THank you.


XFCI.webp
 
You can start with something like this:
CSS:
.p-pageWrapper {
    max-width: 1230px;
    margin: 0 auto;
    padding: 15px;
}
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Last edited:
Sorry I'm so frustrated with 2.0 design capabilities right now. Urggg. Can you tell me where to change the colors for the body of the page (White) and the background of the page (Blue). So it looks like the above attachment.
 
Top Bottom