tucecoop
-
Posts
24 -
Joined
-
Last visited
Reputation Activity
-
tucecoop reacted to Lesum in Centering text, logos and social sharing on mobile footer
@tucecoop Hi! To center the LinkedIn logo, you can add this code under Website > Pages > Website Tools > Custom CSS
@media screen and (max-width:767px) { footer nav.sqs-svg-icon--list { justify-content: center !important; } footer .social-icons-size-medium.social-icons-style-regular.social-icon-alignment-left .sqs-svg-icon--wrapper { margin-left: 7px !important; margin-right: 7px !important; } } -
tucecoop got a reaction from Ziggy in Can I extend an image into only part of the site header?
Thank you! Really helpful