Dear Kriesi,
How can I set the social media icons in my footer to sit in the centre, underneath the copyright text?
Thank you
Hey Richard,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
#socket .social_bookmarks li {
float: none;
display: inline-block;
}
Best regards,
Nikko
Thanks Nikko,
I’m afraid that’s not working
Hi richardwilding,
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
#socket .container {
min-height: 90px;
}
#socket .social_bookmarks {
float: none;
margin: 0 auto;
width: 80px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you Victoria
This works well, thanks
Hi richardwilding,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria