[Resolved] Container width on Homepage

Home Forums Support [Resolved] Container width on Homepage

Home Forums Support Container width on Homepage

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #813966
    Eva

    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

    #814043
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #814228
    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

    #814406
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .home.separate-containers .inside-article {
        padding-top: 50px;
    }
    #814801
    Eva

    Thanks a lot, this also works!
    Great support, as always ๐Ÿ™‚

    Best,
    Eva

    #814814
    David
    Staff
    Customer Support

    Glad we could be of help

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.