Home › Forums › Support › Create Border on Container This topic has 3 replies, 2 voices, and was last updated 1 year, 6 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 1, 2018 at 11:47 am #690965 Damian I am trying to create 1px border around the container area of 900px GeneratePress 2.1.4GP Premium 1.7.2 October 1, 2018 at 3:12 pm #691080 LeoStaff Customer Support Hi there, Try this CSS: .site-content { border: 1px solid #000; } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ November 21, 2020 at 3:23 pm #1540498 Ryan hey how do I edit this CSS to only have the border show up on the sides and not on top and bottom? November 21, 2020 at 7:33 pm #1540574 LeoStaff Customer Support Replace: border: 1px solid #000; with: border-top: 1px solid #000; border-bottom: 1px solid #000; Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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