Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #461650

    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!

    #461685

    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!

    • This reply was modified 9 years, 5 months ago by Archie.
    #461690

    Hi!

    Please try text-align: center or margin: 0 auto;

    Thanks a lot for your time.

    Regards,
    Basilis

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Extra Info increase the font size’ is closed to new replies.