Home › Forums › Support › customize > Layout > container > separating space This topic has 1 reply, 2 voices, and was last updated 6 months, 3 weeks ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 9, 2022 at 3:57 am #2337850 eran If i want to make the separating space in desktop 30px for example and in mobile 10px I cant. because it stays the same in mobile and desktop. how can I change it only on mobile? September 10, 2022 at 3:05 am #2338724 DavidStaff Customer Support Hi there, you can try the following CSS: @media(min-width: 769px) { .separate-containers .site-main { margin: 40px; } .separate-containers .widget, .separate-containers .site-main>*, .separate-containers .page-header, .widget-area .main-navigation { margin-bottom: 10px; } .separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar { margin-top: 10px; margin-bottom: 10px; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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