Home › Forums › Support › Remove right border on mobile and tablet This topic has 3 replies, 2 voices, and was last updated 5 months, 2 weeks ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 9, 2022 at 4:52 pm #2368175 Fergal Hey there, I’ve applied a right border to the main content to differentiate between the main and sidebar: .content-area { border-right: 1px solid rgb(227, 227, 228); } Can you please advise on how I can hide this on the mobile and tablet views? Thanks October 9, 2022 at 11:03 pm #2368326 Fernando Customer Support Hi Fergal, Try replacing your code with this: @media (min-width: 1025px) { .content-area { border-right: 1px solid rgb(227, 227, 228); } } October 10, 2022 at 9:25 am #2369016 Fergal That is perfect thanks Fernando! October 10, 2022 at 5:03 pm #2369314 Fernando Customer Support You’re welcome Fergal! 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