Home › Forums › Support › Content is missing padding on mobile This topic has 7 replies, 3 voices, and was last updated 3 years, 2 months ago by Fernando. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts February 22, 2023 at 9:06 am #2542893 Philip I wanted full width for my posts with sidebars on either side, so I saw I had to create an element on that, which worked. However, on mobile view, the content container has no padding which I was hoping to fix. See sample link below in mobile. February 22, 2023 at 1:01 pm #2543152 YingStaff Customer Support Hi Philip, Full width layout removes the theme paddings, you will need to add paddings to your blocks or using CSS. Try this CSS: @media(max-width: 768px) { .full-width-content .site { padding-left: 20px; padding-right: 20px; } } February 22, 2023 at 1:35 pm #2543199 Philip That worked great – thanks! February 22, 2023 at 2:22 pm #2543254 YingStaff Customer Support No Problem 🙂 February 22, 2023 at 9:03 pm #2543438 Philip Actually, for some reason while that works on Chrome it’s still having issues with Firefox (both on PC and mobile). February 22, 2023 at 9:06 pm #2543440 Fernando Customer Support Hi Philip, For reference, can you provide the link to a page where we can observe this? You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information February 23, 2023 at 8:02 am #2544188 Philip Actually, sorry about that. It appears to be working now on other posts on Firefox. It might have been a cache issue. February 23, 2023 at 5:15 pm #2544723 Fernando Customer Support I see. Glad it’s working now! Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In