Tagged: boxed layout
Hi guys,
wondering if a miracle is possible? I have a boxed layout site but the client wants a one page squeeze page on that site in a different style (and most important FULL-WIDTH)… is that possible?
Wow that was fast Yigit.
I haven’t actually started the page yet just wanted to know before I start designing. The site it will be going on is http://www.TomStern.dk
Hey!
You can use following code
body.page-id-1370 {
width: 100%!important;
max-width: 100%!important;
}
and then change page ID in the code to match your page’s ID :)
Cheers!
Yigit
Wow that’s fantastic, the client will be really happy. Thanks Genius!