Home › Forums › Support › No Padding Mobile Home Page This topic has 3 replies, 2 voices, and was last updated 4 years, 11 months ago by Elvin. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 22, 2020 at 2:14 pm #1541490 Stuart Hi there, I am doing a static homepage using WP Show Posts, my mobile version has no padding on the sides, attached is picture showing. Any simple CSS to add a bit of side padding on the homepage only? Pic: https://imgur.com/a/JGMusVm Thanks November 22, 2020 at 3:00 pm #1541519 ElvinStaff Customer Support Hi, Any simple CSS to add a bit of side padding on the homepage only? You can use body.home as a css selector to apply your style specifically to your homepage only. Try this CSS: @media (max-width:768px){ body.home .entry-content{ padding: 0 30px; } } November 22, 2020 at 3:37 pm #1541540 Stuart Perfect, Thanks Elvin 🙂 November 22, 2020 at 4:12 pm #1541563 ElvinStaff Customer Support Nice one. No problem. 🙂 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