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.
Hey ekwon,
Please try the following in Quick CSS under Enfold->General Styling:
#header_meta .container {
min-height: 45px !important;
}
Best regards,
Rikard
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
Keen to grab some code for this too :)
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