Advertisement
brooklyndesignstudio

Hide Vertical Sidebar Line

Aug 31st, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. /*--[Hide Vertical Sidebar Line]--*/
  2. @media (min-width: 981px) {
  3. .single #main-content .container:before {
  4.     background: none;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement