Tagged: enfold, social icons
Hello,
I increased the size of the social icons in the header using this code:
#top .social_bookmarks li a {
width: 50px;
line-height: 32px;
min-height: 50px;
font-size: 30px;
}
#top .social_bookmarks li {
height: 100%;
width: 50px;
}
#top .social_bookmarks li a { line-height: 50px; }
My logo and menu is left/right, with the icons in the main header area. However since doing so the larger icons are not vertically centered and are cut off, like so:
How can I fix this?
Hey sbudnic1,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
No problem:
http://petsalive.com/newsite2016/
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .social_bookmarks {
height: auto !important;
}
Let me know if that helps.
Best regards,
Jordan
That did it! Thanks!