New Topic

Reply To: Vertical Lines Separating Columns

Home › Forum › Customization › Vertical Lines Separating Columns › Reply To: Vertical Lines Separating Columns

#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;
}