New Topic

Vertical Lines Separating Columns

Home › Forum › Customization › Vertical Lines Separating Columns

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2006
    StartupWP
    Keymaster
    #lsidebar-sidebar {
      border-right: 1px solid #ccc;
    }
    #rsidebar-sidebar {
      border-left: 1px solid #ccc;
    }
    #lsidebar-sidebar, #rsidebar-sidebar {
      margin: 4% 0.975%;
      padding: 0 0.975%;
    }
    #2007
    asccoder
    Participant

    Thank you…and one more question….do I put this code in a child file or parent and is it the style.css file or a different one?

    Thanks again and happy holidays!

    #2008
    StartupWP
    Keymaster

    Always the child. Or if you’re on Pro you can use the theme options.

    #2011
    asccoder
    Participant

    Is it possible to also have these lines divide the columns in the footer widget?

    #2015
    StartupWP
    Keymaster
    body #footer-sidebar .widget-container {
      border-right: 1px solid #777;
      margin-right: 2%;
      min-height: 180px;
      padding-right: 2%;
    }
    body #footer-sidebar .widget-container:last-child {
      border-right: 0 none;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.