[Resolved] Sales PAge Template

Home Forums Support [Resolved] Sales PAge Template

Home Forums Support Sales PAge Template

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #170688
    Dave

    Hey – I was wondering if there’s a way to narrow the width of a specific page and NOT show the header or nav bar? So that after cutting off the widgets and sidebars (like here: http://www.prowrittenplr.com/sales-page/) I could create a sales page?

    Thanks

    #170808
    Tom
    Lead Developer
    Lead Developer

    To remove elements like the header and navigation you can use the Disable Elements add-on:

    To reduce the size of the page, you’ll need to add some CSS.

    First, find the page ID, then add this CSS:

    body.page-id-xx .grid-container {
        max-width: 1000px;
    }

    xx being the ID of the page.

    Hope this helps πŸ™‚

    #170849
    Dave

    That is AWESOME! Thank you πŸ™‚

    #170927
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

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