Increase Icon Size (more than what is provided)

Hey there friends! Does any one have the code to increase the size of the social icons past what the widget settings allow? They are still showing up too small on my end! Thanks!

2 Likes

I’ve also shared this request with the devs. I’ll report back once the solution is ready :slightly_smiling_face:

Hi @Quilla
try it with that.

.eapps-social-icons-item {
width:80px !important;
height:80px !important;
}
.eapps-social-icons-item-icon {
  width:40px !important;
  height:40px !important;
  margin:-20px 0 0 -20px !important;
}
2 Likes

@Quilla The solution by Sina will perfectly work for you. Please try it out and let us know if it helped :slightly_smiling_face:

2 Likes