Home › Forums › Support › Post Separator In Mobile This topic has 5 replies, 3 voices, and was last updated 5 years, 4 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 29, 2020 at 10:50 pm #1599035 Rpn Hello Generatepress Team, I want to show this type of separator on my mobile view too 🙂 In mobile I’m getting this type of view December 29, 2020 at 11:44 pm #1599068 ElvinStaff Customer Support Hi, In your simple CSS, you have this: @media (min-width: 769px) article.type-post { border-bottom: 2px solid #DDD; } Remove the wrapping @media (min-width: 769px){ ... } rule so it applies to all viewports. December 30, 2020 at 3:22 am #1599217 Rpn I’m not using any wrapping you can see in this screenshot 🙁 I’m only using this code /* Blog Page Post Divider */ article.type-post { border-bottom: 2px solid #DDD; } /* Blog Page Post Divider */ December 30, 2020 at 4:48 am #1599293 DavidStaff Customer Support Hi there, above that block of code you have the @media query, its missing a closing } add a the } before the /* Container CSS for Left Image */ comment December 30, 2020 at 11:45 am #1599958 Rpn Great! Now It’s Good 🙂 December 30, 2020 at 3:35 pm #1600113 DavidStaff Customer Support Glad to hear that 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