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

How I can make this social icons bigger,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #68108

    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.
    #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

    #68323

    thanks a lot !

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How I can make this social icons bigger,’ is closed to new replies.