Home › Forums › Support › Content Padding for Pages/Home Page This topic has 1 reply, 2 voices, and was last updated 7 years, 10 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 3, 2018 at 6:16 pm #591087 Zad I was previously able to change the content padding on my single posts via this code from Leo @media (min-width:769px) { .single.one-container .site-content { padding-left: 100px; padding-right: 100px; } } I was wondering if there was any similar code that I could use to pack the content on my home page more tightly. Thank you! June 3, 2018 at 9:00 pm #591145 LeoStaff Customer Support Hi there, Currently the home page is using contained in page builder container which removes the padding: https://docs.generatepress.com/article/page-builder-container/ If you want more padding then you need to disable that and use this CSS for home page only: @media (min-width:769px) { .home.one-container .site-content { padding-left: 100px; padding-right: 100px; } } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In