Hello @srtasw ,
Here are the steps to apply the necessary changes in your Shopify store:
- In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
- Locate Asset > base.css and paste the following code at the bottom of the file:
.multicolumn-card.content-container {
display: flex;
flex-direction: column;
gap: 1rem;
align-items: center;
justify-content: center;
}
.media.media--transparent.media--circle {
display: flex;
align-items: center;
justify-content: center;
}
.background-none .multicolumn-card__image-wrapper+.multicolumn-card__info {
padding-top: 0 !important;
}
slider-component.slider-mobile-gutter {
margin-bottom: 5rem;
}
Note : Change the spacing values as per your requirements.
Let me know if you need further assistance!