Archived topic
Using Split and a page builder
3 replies · Started by Jan on September 11, 2019
I'm moving a site to GeneratePress and have opted to use Split (from the Site Library) as a starting point. However, a few landing pages are built with Divi. They're supposed to be full width and I cannot figure out how to achieved that. Selecting no sidebars and full width in the document layout section doesn't do it, so I took some advice from the "Volume" layout:
- Appearance > Elements > New Layout
- Disable Content Title
- Set Page Builder Container to Full Width
- Set Display Rules to the Pages you need a Full Width Blank canvas on.
But the Divi stuff is still contained with big margins on the side. What am I missing?
Hi there,
Remove this CSS added in Additional CSS field in the customizer:
.no-sidebar .inside-article > *,
.no-sidebar #comments,
.no-sidebar .nav-links {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
Let me know if this helps :)
Well, of course! Thanks a lot!
No problem :)