Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #601677

    Hello!

    I am looking to add the phone number for my site in the header. I followed the thread here: https://kriesi.at/support/topic/adding-phone-number-text-and-button-to-main-header/, but my menu height is still having problems. Any idea on how to fix the menu, center the height of the custom text, and possibly adjust the font size and weight?

    screenshot of header

    Thanks for the help! This theme is by far the best I have ever used!

    • This topic was modified 8 years, 4 months ago by a3brown4. Reason: screenshot not displaying corretly
    #601730

    Hey a3brown4!

    Please add the following code, to your CSS

    #top #header_main_alternate {
    height: 80px !important;
    padding-top: 15px
    }

    let us know if that works for you, as per your requirements.

    Cheers!
    Basilis

    #602291

    Yup! That worked to decrease the size of the menu, thanks!

    But how do I make the phone number larger, bold and centered vertically?’

    Thanks!

    -A

    • This reply was modified 8 years, 4 months ago by a3brown4.
    #602292

    *phone number

    #602305

    Hi!

    Try the following CSS:

    .logo-text {
        font-size: 20px;
        font-weight: bold;
        top: -150px;
    }

    Adjust the font-size as you wish.

    Cheers!
    Jordan

    #602361

    Perfect! Thank you very much!

    #602375

    Hi!

    Glad we got it short out.Please let us know if we can help you with anything else.

    Best regards,
    Basilis

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Adding phone number to header- Still having problems’ is closed to new replies.