We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

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

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

jeroenvandepol
Excursionist
32 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
76 11 18

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
32 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
76 11 18

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
10211 2427 3079

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

Made4uo-Ribe
Shopify Partner
10211 2427 3079

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
jeroenvandepol
Excursionist
32 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
32 0 3