Archived topic
Adjust container width of a single section
5 replies · Started by Ian on July 25, 2019
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!
Hi there,
Which section are you trying to change?
Let me know :)
Specifically the blue "banner section" that contains large numbers.
Thanks!
Try this CSS:
#generate-section-2.generate-sections-container .grid-container {
max-width: 1500px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That did the trick, thanks so much Leo. I'll stop bugging you all now :D
No problem :)