Kaopp Posted June 18, 2021 Share Posted June 18, 2021 Site: cuboid-lychee-x7pl.squarespace.com password = 123qazwsx Hello guys, I would like the text blocks in the footer section to be placed evenly, so each text block can has the same width...Is there a way to do it? Also I tired to disable animation and get off the hyperlink underline in the footer section. I have tried tried some css code found online but still not working. Please help. Thanks a lot. Link to comment
tuanphan Posted June 18, 2021 Share Posted June 18, 2021 Hi, You mean make these columns same width? Screenshot With underline & Animation, add this to Design > Custom CSS /* footer underlines */ footer.sections a { background-image: none !important; } footer.sections * { transform: unset !important; opacity: 1 !important; transition-delay: unset !important; transition: unset !important; } 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
Kaopp Posted June 20, 2021 Author Share Posted June 20, 2021 On 6/18/2021 at 5:23 PM, tuanphan said: Hi, You mean make these columns same width? Screenshot With underline & Animation, add this to Design > Custom CSS /* footer underlines */ footer.sections a { background-image: none !important; } footer.sections * { transform: unset !important; opacity: 1 !important; transition-delay: unset !important; transition: unset !important; } Hi tuanphan, Yes, columns in footer section to be the same width. CSS to disable animation works well. Thank you! Link to comment
tuanphan Posted June 21, 2021 Share Posted June 21, 2021 On 6/20/2021 at 8:48 AM, Kaopp said: Hi tuanphan, Yes, columns in footer section to be the same width. CSS to disable animation works well. Thank you! Add to Design > Custom CSS /* Footer width */ @media screen and (min-width:992px) { div#page-section-60cc0adde889114bd3649de5 .span-12>.row>.col:nth-child(-n+2) { width: 14.285% !important; } div#page-section-60cc0adde889114bd3649de5 .span-12>.row>.span-9 { width: 71.43% !important; } div#page-section-60cc0adde889114bd3649de5 .span-12>.row>.span-9>.row>.col { width: 20%; } } 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