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.
1 Like
Could you please share your page URL and front-end password, if necessary?
Hi @jeroenvandepol
Would you mind to share your Store URL website? with password if its protected. Thanks!
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
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!
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;
}
Thanks for your reply. Maybe I am missing something. But it doesn’t seem to work on my end.
Just to be sure, the button in the left column should come down and align with the buttons in column 2 and 3.