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

jeroenvandepol
Excursionist
28 0 2

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
74 11 13

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
28 0 2

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
74 11 13

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
4151 950 1158

Hi @jeroenvandepol 

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

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


Made4uo-Ribe
Shopify Partner
4151 950 1158

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
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


jeroenvandepol
Excursionist
28 0 2

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
28 0 2