Shopify themes, liquid, logos, and UX
Hi We are trying to figure out with no joy how to move the heading text and button within the multicolumn towards the top and wondered if anyone can offer solutions please
would prefer only to change this multicolumn
we are using charge theme
thanks
Solved! Go to the solution
This is an accepted solution.
@Shane_h , Add this code to the custom css for that section:
#shopify-section-template--23104031064393__multicolumn_McYx86 .multicolumn-card__image-contain {
flex-direction: column-reverse;
align-items: self-start !important;
}
#shopify-section-template--23104031064393__multicolumn_McYx86 .multicolumn-card__image-contain .multicolumn-card__content {
margin-top: 2rem !important;
}
sure its in design ATM and it's this page https://dtf2u.co.uk/collections/dtf-by-size
@Shane_h , go to styles.css and add the following code :
#shopify-section-template--23104031064393__multicolumn_McYx86 .multicolumn-card__image-contain {
flex-direction: column-reverse;
align-items: self-start !important;
}
Result:
Thankyou how do i bring it down a bit ?
@Shane_h , Add the following code :
#shopify-section-template--23104031064393__multicolumn_McYx86 .multicolumn-card__image-contain .multicolumn-card__content {
margin-top: 2rem !important;
}
Maybe im missing something - couldnt get it to work ? thankyou
This is an accepted solution.
@Shane_h , Add this code to the custom css for that section:
#shopify-section-template--23104031064393__multicolumn_McYx86 .multicolumn-card__image-contain {
flex-direction: column-reverse;
align-items: self-start !important;
}
#shopify-section-template--23104031064393__multicolumn_McYx86 .multicolumn-card__image-contain .multicolumn-card__content {
margin-top: 2rem !important;
}
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025