How I can make this social icons bigger,
-
HI, How I can make this social buttons bigger, and to align to the left the social buttons that are at the fourth column.
here is a photo,
thanks
Attachments:
You must be
logged in to view attached files.
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
The topic ‘How I can make this social icons bigger,’ is closed to new replies.