Snippets / CSS
CSS
Format Hours of Operation in Single Line
D
Donald McGuinn
·
219 views
·
Updated 2 years ago
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;
}
CSS · 12 lines
Discussion
Ask a question or share how you used this.
Log in
to join the discussion.
No comments yet — be the first.