Home Forums Basel support forum How I can make this social icons bigger, Reply To: How I can make this social icons bigger,

#68125

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