Hi,
I add this code to make my social icons larger https://kriesi.at/support/topic/changing-size-of-social-icons-in-top-header/ but now they are too close and the circles in the background are too small. How do I fix?
Hey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-logo-container .social_bookmarks li {
border: none;
width: 40px;
height: 40px;
margin-right: 5px;
}
#top .social_bookmarks li a {
width: 40px;
line-height: 40px;
}
Best regards,
Yigit
Thanks!