Archived topic
Container width on Homepage
5 replies · Started by Eva on February 18, 2019
Hi!
I would like to make only the HOME on a site full-width (2000 px). I tried
.home {
max-width: 2000px;
}
but it didn't work. Any suggestions?
Thanks!
Eva
Hi there,
I believe this option is what you are looking for:
https://docs.generatepress.com/article/page-builder-container/#full-width
Let me know :)
Yep, that works! Thank you , Leo.
Just one more thing: how can I make the Top content padding for the HOME equal to the other pages (50 px)?
Thanks again,
Eva
Hi there,
try this CSS:
.home.separate-containers .inside-article {
padding-top: 50px;
}
Thanks a lot, this also works!
Great support, as always :-)
Best,
Eva
Glad we could be of help