Social Icons Addon Space Between Icons - Question | JoomShaper

Social Icons Addon Space Between Icons

RB

Rafael Barba

Template 1 year ago

I am using social icons in the Shaper-qubic template, I added a line above the logo and placed the addon there, but the icons are very close together, I need to leave some space between them, how can I do it? this is what it looks like currently https://fpdh.mx/ICJSocialIcons.png

the website is https://fpdh.mx

Regards

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #158314

Hi there!

Thanks for reaching out to us.

Please use the following code in your custom CSS:

.sppb-social-icons>span {
    padding-right: 10px;
}

Here is all about custom code placement in Helix3 framework: https://www.joomshaper.com/documentation/helix-framework/helix3/custom-css-header-code

Best Regards

0