Multi-Column - allign button / link to the bottom - DAWN THEME

Multi-Column - allign button / link to the bottom - DAWN THEME

jeroenvandepol
Excursionist
31 0 3

I have changed the code of the multi-column to get buttons instead of the default link (thanks to Savior).

Next, I would like to have the buttons aligned. In the screenshot below, I would like to have the green buttons "at the same height" in the column.

 

Screenshot 2023-09-20 22.17.43.png

Replies 7 (7)

NadiaAnthony
Shopify Partner
75 11 16

Could you please share your page URL and front-end password, if necessary?

I help brands bridge the gap between complicated code and clear communication.
jeroenvandepol
Excursionist
31 0 3

Hi, thanks for your reply. Please advise. I am working on the next version of my webstore so that version is not published yet. lottta.nl

 

NadiaAnthony
Shopify Partner
75 11 16

We will need to have the URL for the working example to be able to provide help. It's okay if it's not published, but we need to inspect the actual store you're working on to know how to provide you with a solution. Please provide the store password as well if necessary. And the theme. Thanks!

I help brands bridge the gap between complicated code and clear communication.

Made4uo-Ribe
Shopify Partner
7683 1850 2266

Hi @jeroenvandepol 

Would you mind to share your Store URL website? with password if its protected. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

Made4uo-Ribe
Shopify Partner
7683 1850 2266

Hi @jeroenvandepol 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.grid__item.medium-up--one-third.text-left {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1695327871444.png
If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
jeroenvandepol
Excursionist
31 0 3

Thanks for your reply. Maybe I am missing something. But it doesn't seem to work on my end.

 

 

Screenshot 2023-09-22 14.13.23.png

 

Just to be sure, the button in the left column should come down and align with the buttons in column 2 and 3. 

jeroenvandepol
Excursionist
31 0 3