Format Hours of Operation in Single Line

Description/Instructions

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.

If this snippet helped, feel free to buy me a taco :)

.ts-work-hours-list li{
width: 100% !important;
}
 
.ts-day{
display: inline-block;
}

.ts-hours{
display: inline-block !important;
float: right;
}

  • CSS
Copy Code

Let's Chat About this Snippet