JustinWDev of Archived Theme Support
6/10/2015 - 1:15 AM

Credit cards on one line in #Brooklyn theme footer

Credit cards on one line in #Brooklyn theme footer

Remove some cards, or add the following at the very bottom of your theme.scss.liquid stylesheet:

.payment-icons {
  white-space: nowrap;
  
  li {
    margin: 0 5px 5px;
  }
}