Hey guys,
I’m trying to get my logo centered vertically, like . Logo dimension is 529×156 and I added the following custom CSS
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 116px; line-height: 116px; }
span.mejs-offscreen {
display: none;
}
Any ideas?
Thanks
Hey tumold!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img {
padding-top: 15px;
}
Cheers!
Yigit