Hi,
My home page has a five-column row with buttons. They look good on the desktop, but in mobile view the buttons stack on top of each other (see attached image). How can I add space between them in mobile view?
http://www.zoeyork.com/newsite
I found an older post in the forum that suggests adding the following code to the Customizer, but that only created padding after the first button.
.x-btn {
margin-bottom: 10px;
}
Any suggestions? Thanks!