Archived topic
Sales PAge Template
3 replies · Started by Dave on February 5, 2016
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
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 :)
That is AWESOME! Thank you :-)
You're welcome :)
