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
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
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.
Hi!
Add this:
div#header_meta, div#header_main {
width: 90%;
margin: 0 auto;
}
Best regards,
Ismael
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?
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