Hi there,
Trying to center-align the text for the business hours widget and can’t quite figure it out. Can you send me the CSS or better yet send it to me + add it to the business hours CSS Code tab for all to use?!
Thank you.
Hi there,
Trying to center-align the text for the business hours widget and can’t quite figure it out. Can you send me the CSS or better yet send it to me + add it to the business hours CSS Code tab for all to use?!
Thank you.
Could you please specify the name of your Business Hours widget, where you’d like to implement it?
Yes, it’s thr Chanticlear Pizza Isanti - Live app.
Thank you.
Shawn Martin
FanYourLocal
651-707-5530
I guess this code should work for you:
[class*="content__Block-sc"] {
text-align: center;
}
[class*="schedule__Container-sc"]{
padding-left: 28px;
}
Try it out and let me know if you like the result