Archived topic
SPLIT template content width
2 replies · Started by pippi on April 5, 2020
Viewing posts 1–3 of 3
Hi I am using the SPLIT template from the library. How can I make the content width full or the same as the rest of the page. I can user the "Layout" -> "Container" to set eg. the footer but not the main content??
Okay.... Found the awnser in the custom CSS
.no-sidebar .inside-article > *,
.no-sidebar #comments,
.no-sidebar .nav-links {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
Yep - glad you found the answer :)
This archived topic is closed to new replies.