Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #711528

    How can I increase the size of the secondary menu bar? I’d like to make this about 1.5 the size it is now.
    It’s the top bar in orange on http://www.jbaforyouth.org/.

    Appreciate your help.

    #711580

    Hey ekwon,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header_meta .container {
        min-height: 45px !important;
    }

    Best regards,
    Rikard

    #711681

    Hi RIkard,

    That made the bar bigger like I asked, but not the contents within the bar — is there a way to increase the size of the secondary menu and the social icons to fit the bar as well?

    Thanks for your help,
    EK

    #711735

    Keen to grab some code for this too :)

    #711738

    Hey!

    Try to add this code in Quick CSS:

    #top #header_meta a, 
    #top #header_meta li, 
    #top #header_meta .phone-info {
        font-size: 16px;
    }

    Just adjust the font-size values. Hope this helps :)

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.