Hej Genius’
I’m reluctant to ask because it’s so small but a client has a problem with it… and thought maybe you have solved it already:-)
The client wants to display the opening times in the footer so that the opening times “kl. 10:00 – 17:30 and kl. 11:00 – 15:00” align perfectly under each other. If I add spaces it is about 1mm out:-
ÅBNINGSTIDER
Man-fredag: kl. 10.00 – 17.30
Søndag: kl. 11.00 – 15.00
In Word of course you can add a tab indent to align the “opening times” directly under each other. I’ve searched CSS styling but haven’t found any easy solution. Just want to be sure before I tell the client.
Hey Annemarie,
Can you please post the link to your page? :)
It would be great if you edited your text and wrapped it inside span with custom classes as following
<span class="custom-day">Man-fredag:</span><span class="custom-time">kl. 10.00 – 17.30</span>
Best regards,
Yigit