On my site https://whole-book.com/ at the very top, I have social icons which looks great on desktop but on mobile, I would like the social icons to be centered instead of left aligned
screenshot – https://ibb.co/6sZkqGk
Hey navindesigns,
Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) {
#top #wrap_all #buybook .social_bookmarks {
text-align: center;
}
#top #wrap_all #buybook .social_bookmarks li {
display: inline-block;
float: none;
margin: 0 9px;
}
}
Best regards,
Nikko
Hi navindesigns,
We have added the code to your site, please review your site :)
Best regards,
Nikko
Looks great
Thanks as always!
Hi navindesigns,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko