How do I center the “extra info” text in the top bar? I tried the following code, but it doesn’t work:
.phone-info {
text-align: center !important;
}
Hi goforyourdreams!
Please add following code to Quick CSS
.phone-info {
width: 50%;
text-align: center;
}
You may need to adjust width value
Regards,
Yigit
I’ve tried this and 2 other custom css provided by this forum in hopes to align the phone number text to be centered.
Does it matter if the backend is set to display top bar at the left or top bar at the right?
Link in private area below.