Is there a way to decrease the space between each of the business details lines?
2 Likes
Hi @Taybraham
try this CSS Code.
Add this code to the Custom CSS field on the Style tab of your Business Hours widget’s settings:
[class*='typography__Container-sc'] {
line-height: 1.0 !important;
}
About Company Text:
Remove the <br> in the Code Editor
1 Like

