Hi,
How can I increase the space between the icons of social networks? Now they are too close.
look:
https://screencast-o-matic.com/i/creIiAVcaKV
hi
the delay in response due to support holiday
this is a members profile
you can edit the members directory from wp-admin>>vibebp>>members profile and edit it accordingly
from where you say, I do not know how to make the icons are a little more separated from each other, I do not see that option in elementor.
I have tried with margin and padding and others options but that affects the entire block of social icons, not the distance between them.
Hi,
You can use this css code to add padding space between these icons.
Add the code in appearance>> customize>> custom css
`
#vibebp_member .social_icons a {
padding-left:15px !important;
}
This reply has been marked as private.
use
.vibebp_profile_field.field_57.icon .redes-sociales.field_type_social .social_icons a{
padding: 6px;
}
thanks for your confirmation