I’d like to make the social media icons the same size as the search icon in the main header is this possible?
Hey perihelionweb,
Please try this code in the General Styling > Quick CSS field: or in the WordPress > Customize > Additional CSS:
#top #wrap_all .social_bookmarks li a {
width: 30px!important;
line-height: 30px!important;
min-height: 30px!important;
font-size: 20px!important;
}
#top #wrap_all .social_bookmarks li {
height: 20px!important;
width: 30px!important;
}
#top #wrap_all .social_bookmarks {
height: 60px!important;
}
Best regards,
Mike