mostconsult
Member
Posted 8 months ago #
Hi,
It's strange since a few days the five icons I use are now on two lines with a big space between them. Before there was no space or a small on and on only one line. Any idea ??
Website with the problem : http://www.emiliesimonmusic.com
Thanks for this plugin,
Olivier
Add the following to your style.css
.socialmedia-buttons img { padding: 0; margin-right: 0px !important; }
That should take care of it for you... The margin-right may not because there is already an important tag. Give it a try... if not, let me know and I'll see what I can do again.
mostconsult
Member
Posted 8 months ago #
Hi thanks for your help, it's ok now, the solution was in your plugin css with a margin-right: 5px but with the update I have loose this :)
Sorry :)
Maybe is it a way to doing it without modifying your css? Perhaps a value to change in the widget configuration? The 0 px in mine don 't work, iI mean it's better but I still have an icon on the second line.
Thank you for your help, very good plugin.
Olivier
Indeed... just make changes to your theme's style.css. If a style change doesn't take, add !important after it and it should work fine.