Hello,
I moved my social icons in the header to make them appear a little lower.
However, when I put a padding-top to my icons of the header it works very well but my icons of the footer are shifted too.
How to move only the icons of the header.
Thank you
Hey asteflo950,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Thank you for your help.
Here is the link
Hi asteflo950,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #socket .social_bookmarks li {
padding: 0;
}
#top #socket .social_bookmarks li a {
border-width: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you it’s working !