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

    The social icons in my header are smaller than I would like. How would I make those and the hover background circle proportionately larger?

    #1416880

    Hey stephaniebLOS,
    Thank you for the link to your site, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

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

    feel free to adjust to suit and clear your browser cache and check.

    Best regards,
    Mike

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