Hi, could you show me how can i keep aligned social icons under the text “SEGUICI SUI SOCIAL” in the bottom of my home page?
I’ve tried to add the margin-left property but when i resize the screen it doesn’t work cause i’ve used a fixed dimension in pixels:
span.sfmsb-icon-facebook {
margin-left: 512px;
}
I’m looking for a responsive solution.
Thanks!
Andrea
Hey Andrea,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#sfmsb_settings-3 .sfmsb-follow-social-buttons {
text-align: center;
}
#sfmsb_settings-3 .sfmsb-follow-social-buttons a {
display: inline-block;
float: none;
}
Hope this helps :)
Best regards,
Nikko
It works!
Thank you very much Nikko!
Best regards,
Andrea
Hi Andrea,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko