Hi! I would like to edit the height of my multicolumn section and want to make it small. Right now I tried this CSS:
.page-width.section-template–22571367137596__multicolumn-pciwjy-padding.isolate scroll-trigger.animate–slide-in {
height: 100px !important;
}
in my section-multicolumn.CSS file but it didn’t work.
I wonder if anyone can help me.
I am trying to remove every text and heading from the section and just want to add images in these columns.
Do I need to change the height of the image container to make it small?
Hi @shamsnisa
Can i take a look, would you mind to share your store URL? Thanks!
Sure this is my store URL:
https://kittykatty.ca/
Hey @Made4uo-Ribe apologies . Please use kittykatty as password
Thanks for the info, do you mean like this?
I use this code.
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:
.media--portrait {
padding-bottom: 80%;
}
.media.media--transparent.media--portrait img {
object-fit: fill;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!