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

    Dear Enfold users,

    I have a question, for the general layout of my website I use “stretched layout”.
    But is there a way to have a “boxed layout” just for one of my pages?

    Thank you in advance and kind regards,

    Ken

    #388819

    Hey Ken!

    Try dragging a codeblock element to your page and add this inside.

    <style type = "text/css">
    #wrap_all { max-width: 90% !important; margin: 0px auto !important; }
    html { background: url("URL to your image") #222222 !important; }
    </style>

    Cheers!
    Elliott

    #415368

    That worked great! You guys are amazing. One question though…i added the above, but the header is still stretched across the screen. Can you please advise. Thank you.

    #415865

    Hi!

    Add this:

    div#header_meta, div#header_main {
      width: 90%;
      margin: 0 auto;
    }

    Best regards,
    Ismael

    #604006

    I’m trying to do this same thing, and all of it is working except for the header. It is still off to one side:

    http://donsharphomeimprovements.com/blog/

    Can you tell what’s going on here?

    #604113

    Hi!

    Please do create a new ticket, so we can help you out with your issue, by also checking your backend access.
    Thanks a lot

    Regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Stretched – Boxed layout’ is closed to new replies.