I want to create a “squeeze page,” which would simply be a “Boxed Blue” styling, but the page would be without a menu. The “Blank-no header, no footer” page template works, but none of the background colors is visible. I want to see more of the “Boxed Blue” background color and less of the white text area.
Also, how can I adjust the width of the left/right background color for the entire website when I select boxed styling?
Thanks,
Mike
Hi mhiller!
Thank you for using Enfold.
Please use the default template then disable the header title, sidebar and footer on the Layout box. You can remove the header or menu container on that specific page using css. Please give us a link to the actual page. A screenshot of what you’re trying to do will help.
Cheers!
Ismael
Thanks Ismael,
Here is a sample of what I want to do (but with fewer page elements):
Hi,
Can you post the link to that page please?
Regards,
Josue
Thanks Josue. I got it worked out (except for a layout centering issue that I posted on another thread). Here is the Enfold link with the new “Squeeze Page”: http://www.online-moneymakers.com
Thanks, Mike
Hey!
There are many ways of achieving a centered content but the css will do the trick for now. Add this on Quick CSS or custom.css:
.home .flex_column.av_three_fourth.first.avia-builder-el-1.avia-builder-el-no-sibling {
float: none;
margin: 0 auto;
}
Cheers!
Ismael
That did it!! Thanks for everything! Mike.