actually i think not of them are done, I want only to adjust this multicolumn. there was a problem with the previous add, I removed the old css (i think)
Oh, I see cause im basing on what I see on the multicolumn. I edit in your latest comment.
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:
.multicolumn-card__info {
padding-top: 0px;
}
@media only screen and (max-width: 750px){
.page-width.section-template--19674055147849__dafd7543-5aa3-42c4-b9cc-63382952445e-padding.isolate.scroll-trigger.animate--slide-in {
width: 50%;
}
}
the code you just gave didn’t change anything about the space between the image & the title of each column.
On mobile, the code reduced the size but now it’s not fitting the edge (I understand the idea of reducing the width but can’t we just reduce the height of the multicolumn, maybe with padding?) this website did it well https://bleame.com/