Home › Forums › Basel support forum › How I can make this social icons bigger, › Reply To: How I can make this social icons bigger,
July 18, 2018 at 7:23 am
#68125
Elise Noromit
Member
Hello,
In order to increase the social icon, please add this CSS to Theme Settings > Custom CSS:
.social-icons li i {
font-size: 40px;
}
Change 40px size as per your needs.
This code is to align the icons to the left:
#text-22 > .text-center{
text-align: left!important;
}
If the code does not work, please provide your site admin access.
Best Regards