Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1016155

    I’d like to make the social media icons the same size as the search icon in the main header is this possible?

    #1016189

    Hey perihelionweb,
    Please try this code in the General Styling > Quick CSS field: or in the WordPress > Customize > Additional CSS:

    #top #wrap_all .social_bookmarks li a {
    width: 30px!important; 
    line-height: 30px!important; 
    min-height: 30px!important; 
    font-size: 20px!important; 
    }
    
    #top #wrap_all .social_bookmarks li {
    height: 20px!important; 
    width: 30px!important; 
    }
    
    #top #wrap_all .social_bookmarks {
        height: 60px!important;
    }

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.