Hi there,
as Enfold does not come with a Fullwidth Page Template, I’m asking if it’s possible to create a fullwidth landing page (Blog should be in Boxed Layout)?
I tried a solution posted here for Sentence Theme:
.page-id-xx #secondary, .page-id-xx #sidebar_bg {
display: none !important;
}
.page-id-xx #header, .page-id-xx #primary, .page-id-xx .content {
width: 100% !important;
}
.page-id-xx #header {
padding-left: 0 !important;
}
Which is not working, if I replace the xx with my page ID (888)
Hey!
Use a stretched layout and try with this code:
#main .container {
width: 98% !important;
}
#main .content{
width: 100% !important;
}
Cheers!
Josue
How do I use a stretched layout?
Hi!
Look in Enfold > General Styling.
Cheers!
Josue
Seems not to be working. If I set stretched layout the whole page is in fullwidth. I’d like to have only the landing page in fullwidth. :(
Hi!
Thank you for using update.
Do you mind if we take a look at the website? You can use the Boxed layout then add this on Quick CSS or custom.css to change the width of the home page:
.home {
width: 100%;
}
The solution above will require additional css fix for containers, column etc on the home page. You should probably hire a freelance developer to fix it for you. Please visit Envato Studio or Werkpress for further customization.
Regards,
Ismael