wailife Posted March 13, 2022 Share Posted March 13, 2022 Site URL: http://www.wailifestyle.com Hi! How can I adjust the spacing between content links in the footer so that they're not so vertically spread out? And how do align them in the middle when on mobile? Thanks! Link to comment
tuanphan Posted March 14, 2022 Share Posted March 14, 2022 22 hours ago, wailife said: Site URL: http://www.wailifestyle.com Hi! How can I adjust the spacing between content links in the footer so that they're not so vertically spread out? And how do align them in the middle when on mobile? Thanks! Add to Design > Custom CSS /* Footer content links */ footer.sections .collectionlink-block { padding-bottom: 0px; padding-top: 0px; } @media screen and (max-width:767px) { div#page-section-6039c4639959d83fcdbdbc5a .span-12>.row>.col:nth-child(-n+5) * { text-align: center; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment