@Morganga It’s not working because width is calculated dynamically and affecting the margin. You can changed the width offset to adjust it using custom.css. See below.
body
{
width: calc(100% - 250px);
}
Adjust the value of 250px for your need.
Before
After
@ashishtank Thank you for this.
Again, very new to coding and have no idea what to do or where to change things to make the lower text (Time) centered … Could you help me a bit more with this ?
Figured it out thank you !