Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #432918

    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 )

    #433588

    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

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