Jump to content

Fixed Button Placement in 3 Column Layout

Recommended Posts

Sorry, I didn't mean that the page section would be different.

Each site may have a *completely* different layout, and the code might not work at all.

On your page, its the page-section above the block with the buttons (the button link is the red arrow).

image.png.f0da0d1ac499bb13bcb3c9ba04b33765.png

Link to comment
  • Replies 30
  • Views 2.9k
  • Created
  • Last Reply
  • 3 months later...
Hi,
I would like to have all buttons below the text blocks in 3 columns on the same fixed height. Now they are getting mixed up and each button got a different place, according to the text length. I used spacers, but if my text blocks don't all have the same amount of text, they get a different height. Anybody that can help me with the css to be applied to these specific text blocks /buttons or how to fix this?
Password: Berchemweg5
Link to comment
1 hour ago, IraBro said:
Hi,
I would like to have all buttons below the text blocks in 3 columns on the same fixed height. Now they are getting mixed up and each button got a different place, according to the text length. I used spacers, but if my text blocks don't all have the same amount of text, they get a different height. Anybody that can help me with the css to be applied to these specific text blocks /buttons or how to fix this?
Password: Berchemweg5

Have you solved this yet?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 months later...

Hi @tuanphan,

Just wondering if you can help me with the same issue?

I want to align the 3 buttons at the bottom of the 3 columns on this page, each column has different length of copy. I have looked at the posts above but I am struggling to apply it to my site:

https://gazelle-beagle-h4me.squarespace.com/get-started

Screenshot attached.

Password is : clearskin

Appreciate your advice, thanks you!

Screen Shot 2021-01-27 at 3.36.19 pm.png

Link to comment
On 1/26/2021 at 9:38 PM, obrienleeanne said:

Hi @tuanphan,

Just wondering if you can help me with the same issue?

I want to align the 3 buttons at the bottom of the 3 columns on this page, each column has different length of copy. I have looked at the posts above but I am struggling to apply it to my site:

https://gazelle-beagle-h4me.squarespace.com/get-started

Screenshot attached.

Password is : clearskin

Appreciate your advice, thanks you!

Screen Shot 2021-01-27 at 3.36.19 pm.png

It looks like you solved with

@media screen and (min-width: 768px) {
    div#block-fb84f98cad829c056d6d+.row {
        display:flex
    }

    div#block-fb84f98cad829c056d6d+.row .span-4 {
        position: relative;
        padding-bottom: 100px
    }

    div#block-fb84f98cad829c056d6d+.row .button-block {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translatex(-50%);
        width: 100%
    }
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.