Home › Forums › Support › Border on column post for home page This topic has 3 replies, 2 voices, and was last updated 5 years, 1 month ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 15, 2018 at 1:43 pm #551116 Ernest Hello, My home page is a two column layout for blog post. I used the following code to create a border around each post on the home page that works well: .inside-article { border: 1px solid #DDD; } However, when I click on an individual post, I don’t want the border to appear on each single post page. Also, I don’t want border to appear when view on mobile. What code can I use to remove border on individual post page and mobile view? April 15, 2018 at 4:49 pm #551213 LeoStaff Customer Support Hi there, Try this CSS instead: @media (min-width: 769px) and (max-width: 1024px) { .blog .inside-article, .archive .inside-article { border: 1px solid #DDD; } } Let me know. April 15, 2018 at 9:26 pm #551296 Ernest Thanks. That worked. April 16, 2018 at 8:38 am #551740 LeoStaff Customer Support 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