How to make he the boxed layout on the Blank Template page ?
my goal is to get the same default design for landing page ( with boxed layout and background ) but with no header and footer ( i managed to hide the footer using the layout setting in the page backend )
Hi Zarrougt!
Try adding this to your custom CSS.
#top.avia-blank { position: relative !important; margin: 0px auto !important; max-width: 1000px !important; }
You may need to set the background yourself. You can add a codeblock element to your page and add this inside.
<style type = "text/css">
html { background: red !important; }
</style>
Best regards,
Elliott