php-store-hours
php-store-hours copied to clipboard
Wish to style the open / closed hours with a class
Hello and thank you for this fine piece of code. I have written you earlier about an unrelated issue and thank you for your response.
In this case, I am finding I need to assign a class to 'hours' => "{%open%}{%separator%}{%closed%}"
So that it works something like this:
'hours' => "
{%open%}
{%separator%}
{%closed%}
"
This allows me to provide a 33% width for each element in my particular application.
I cannot see where this is built in.
Do you have a thought on it ?
Thank You.
Jay CompuMatter