Home › Forums › Support › remove right padding on tablet device. This topic has 3 replies, 2 voices, and was last updated 6 months, 2 weeks ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 9, 2022 at 6:10 am #2337945 Jusung When you see the blog page on table device, you are supposed to see 2 articles on a line. When you closely see that, there is no padding on the left but there is padding on the right. Is there a way to remove the right padding on tablet device? Thank you! September 9, 2022 at 7:09 am #2338004 DavidStaff Customer Support Hi there, try this CSS: @media(max-width: 1024px) and (min-width: 769px) { :is(.blog, .archive).separate-containers .site-main { margin-right: 0; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 9, 2022 at 7:19 am #2338016 Jusung Thank you!! It works perfectly! September 9, 2022 at 8:08 am #2338203 DavidStaff Customer Support Glad to hear that ! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In