The social icons in my header are smaller than I would like. How would I make those and the hover background circle proportionately larger?
Hey stephaniebLOS,
Thank you for the link to your site, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #wrap_all .social_bookmarks li a {
width: 40px!important;
line-height: 40px!important;
min-height: 40px!important;
font-size: 20px!important;
}
#top #wrap_all .social_bookmarks li {
height: 40px!important;
width: 40px!important;
}
#top #wrap_all .social_bookmarks {
height: 60px!important;
}
feel free to adjust to suit and clear your browser cache and check.
Best regards,
Mike