Home › Forums › Support › Decreasing Content Margin From Broadcast Generatepress This topic has 5 replies, 2 voices, and was last updated 5 years, 2 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts January 21, 2021 at 2:29 am #1627392 Carl Hi! I have an issue on the site I am building on the site shown in private information. Is there any CSS you could help me with to decrease the distance shown in this screenshot only in mobile: https://gyazo.com/b9a58df77efd8ee59d8efde5a0c451dd I want the white body part to stretch out about 60% more of the blue on each side in mobile. Many thanks. January 21, 2021 at 3:40 am #1627487 DavidStaff Customer Support Hi there, you can reduce the bottom margin in Customizer > Typography > Body to close the distance between paragraphs. If you want to modify that just for mobile then use this CSS: @media(max-width: 768px) { p { margin-bottom: 1em; } } January 21, 2021 at 3:44 am #1627493 Carl Hello! No if you check the screenshot above I want to make the white part wider. I want less of the blue on the sides and more of the white content area in width. January 21, 2021 at 4:09 am #1627529 DavidStaff Customer Support Go to Customizer > Layout > Container – select the Mobile view and reduce the left and right padding. January 21, 2021 at 4:45 am #1627562 Carl Doing so only decreases the padding of the text to the white. It does not make the white area go wider. Here I show when I put 0 in left and right padding: https://gyazo.com/65562822787489f015a963779a945f8f The white content block is not getting wider which is what I want. Best regards, January 21, 2021 at 6:17 am #1627651 DavidStaff Customer Support Aah ok – Broadcast uses some CSS. Go to Customizer > Additional CSS and update this CSS: @media (max-width: 768px) { body .site.grid-container { margin-left: 30px; margin-right: 30px; } } Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In