Site logo

Archived topic

Container width on Homepage

5 replies · Started by Eva on February 18, 2019

Viewing posts 1–6 of 6

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

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

This archived topic is closed to new replies.