[Resolved] Adjust container width of a single section

Home Forums Support [Resolved] Adjust container width of a single section

Home Forums Support Adjust container width of a single section

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #967356
    Ian

    Hi there,

    I am looking to adjust the container width of a single section within a page, specifically my home page. I saw some posts on here mentioning changing specific pages, or the blog, but I wasn’t able to find anything about a single section within a page.

    Is there an easy way to achieve this via CSS?

    I’ve included my website, it’s pw protected and the password is included in the /password section of the URL I provided.

    Thanks!

    #967401
    Leo
    Staff
    Customer Support

    Hi there,

    Which section are you trying to change?

    Let me know πŸ™‚

    #967441
    Ian

    Specifically the blue “banner section” that contains large numbers.

    Thanks!

    #967479
    Leo
    Staff
    Customer Support

    Try this CSS:

    #generate-section-2.generate-sections-container .grid-container {
        max-width: 1500px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #967496
    Ian

    That did the trick, thanks so much Leo. I’ll stop bugging you all now πŸ˜€

    #967933
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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