Tagged: boxed layout, full screen
Hi our website is boxed layout but i wanted to create a landing page that would be the first page the user goes to. But i want it full screen, is there anyway to do this, to create a full screen page even though i have a boxed layout? Thanks in advance.
Hey codecreative!
Can you please post the link to your page which you would like to display as fullwidth?
Cheers!
Yigit
Hi Yigit, below is the link to the page, it already has an image in it of what the landing page will look like, its just in a boxed layout so it looks bad! Id like to use your page builder to build a landing page like the one you will see in full width layout.
Hi!
Please add following code to Quick CSS
body#top.page-id-1037 {
width: 100%!important;
max-width: 100%!important;
}
Cheers!
Yigit
Hi there that doesnt seem to have worked. the text you wrote is appearing at the top of the landing page. Could you re look at the link i provided. Thanks again!
Hi!
Please make sure that you have added the code to Quick CSS field and not Google Analytics field :)
Best regards,
Yigit
haha wow that was embarrassing! thanks a lot its worked fine! you’re a legend!