Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1200830

    I’m using CartFlows to create landing page funnels on my website. Their Elementor page builder makes the Enfold Avia Layout Builder and all the page controls disappear. I need the page design to stretch full width across the page and I want to eliminate the header and footer. Can you please tell me how to do this for just this page?

    Update: It appears that when you work in Elementor and save your work, then come back out to the flow page and click the Update button, that’s when the page width shrinks and the header and footer appear. Once you click Update, you can’t get the page to go back to the way it was. No revisions or history changes work. Any suggestions here?

    • This topic was modified 4 years, 7 months ago by TheURLdr.
    #1201093

    Hey Kim,

    Please try the following in Quick CSS under Enfold->General Styling:

    .postid-14697 .container {
        max-width: 100%;
        padding: 0;
    }

    Best regards,
    Rikard

    #1201482

    No. I’m afraid that did nothing.

    #1201613

    Hi,

    Try this instead:

    .postid-14697 .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    And make sure that you have selected to delete the old CSS and JS files under Enfold->Performance.

    Best regards,
    Rikard

    #1201798

    Nope. That didn’t work either.

    Something is being compromised by the Elementor page builder and CartFlows.

    #1202127

    Hi,

    Please try this instead:

    .postid-14697 .container {
        width: 100%;
        max-width: 100% !important;
        padding: 0;
    }

    Best regards,
    Rikard

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