How to set up the wrap height & reduce social icons size

Hi, 
I would like to reduce the last wrap size, and also Facebook and Instagram icons size.
How can I do that?
This is the url: http://vintachrom.com

Thanks!

Comments

  • Hi, 
    To change the icons size use this css 
    .icon_box .icon_wrapper {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
    font-size:40px !important;
    }
    The width height and line height are the sizes of the circle, keep them the same value. Font size is for the icon size.
    What do you mean by wrapper size? Make a screenshot.
Sign In or Register to comment.