[Resolved] Using Split and a page builder

Home Forums Support [Resolved] Using Split and a page builder

Home Forums Support Using Split and a page builder

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1007037
    Jan

    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?

    #1007039
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1007195
    Jan

    Well, of course! Thanks a lot!

    #1007209
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.