How do I change the size of the top bar (above the header) where phone number and social media icons are displayed. I’d like this to be a bit bigger/taller, and also to increase the size of the font and social media icons within the header?
Thank you!
Hey mosummers,
First off, thanks for using the Enfold.
To increase the top header height, add the following custom CSS code:
#header_meta {
min-height: 50px !important;
}
Best regards,
John Torvik