I am using the Bandsintown widget for one of my own sites (Not Wordpress, etc.) and can't figure out how to increase the line spacing between events. Is it even possible? Too keep inline with the overall formatting of the site, I'd like there to be a bit more space between each. Thanks
.bit-events a {
color: #39B082;
text-decoration: none;
}
.bit-events th,
.bit-events td {
padding: 0!important;
font-family: "font_1";
}
#bit-events th.bit-date {
width: 100px;
}
#bit-events th.bit-date,
#bit-events th.bit-venue,
#bit-events th.bit-location,
#bit-events th.bit-tickets {
color: #39B082;
font-size: 16px;
text-transform: uppercase;
height: 20px;
}
#bit-events td.bit-description-links,
#bit-events th.bit-description-links,
#bit-events {
color: #121212;
}