Hi there
Can you please tell me the CSS code I need to increase the font size of the extra info on top of the menu bar? Thanks!
Hi there
I’ve figured it out by doing a quick search through the topics posted here. I’ve added this and another line of code to center the text
.phone-info {
font-size: 16px;
}
#header_meta .container { text-align: center !important; }
.phone-info { float: none !important; }
My next question is can I add a little bit of padding below the phone info text so it’s not very close to the main menu bar below it?
Thanks!
Hi!
Please try text-align: center or margin: 0 auto;
Thanks a lot for your time.
Regards,
Basilis