Home › Forums › Support › Featured image gap on mobile This topic has 5 replies, 2 voices, and was last updated 4 years, 5 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 9, 2018 at 11:27 am #752233 Jay Hi, I’d like to remove the gap above featured image on mobile. The setting “One container” doesn’t have the desired result, and also affects the desktop layout which I don’t want. Any idea to get this the way I’d like? Thanks! December 9, 2018 at 1:50 pm #752285 DavidStaff Customer Support Hi there, try this CSS: @media (max-width: 768px) { .single-post.right-sidebar.separate-containers .site-main { margin-top: 0; } } December 10, 2018 at 4:17 am #752707 Jay Great, thanks! That works for posts, is it possible to exclude the rest of the site? Homepage, etc. December 10, 2018 at 8:17 am #752945 DavidStaff Customer Support Sorry just to clarify – which templates / pages do you want to remove the gap? December 10, 2018 at 6:50 pm #753385 Jay Only on individual posts. Not archives, homepage, or any other page. December 11, 2018 at 9:38 am #753954 DavidStaff Customer Support I updated the code above for single post only. 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