Jump to content

How to put text block side by side with even width and disable site wide animation in footer section

Recommended Posts

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
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.