I am trying to make the text in the topbar to text-align:center; in mobile view. The phone number is separate from the text on right. The css is listed below.
Please advise.
@media screen and (max-width: 480px) {
.right-topbar {
text-align: center;
}}
@media screen and (max-width: 480px) {
.left-topbar {
text-align: center;
}}
