Instead of rows of two boxes per line, format the hours of operation to a more common style. This code may not work well and may need to be adjusted for those with multiple hours of operation per day.
.ts-work-hours-list li{
width: 100% !important;
}
Â
.ts-day{
display: inline-block;
}.ts-hours{
display: inline-block !important;
float: right;
}