Multicolumn heading placement & Button move it up

Solved

Multicolumn heading placement & Button move it up

Shane_h
Tourist
9 0 3

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 themeScreenshot 2025-02-14 174131.jpg

 

thanks

Accepted Solution (1)
Abdosamer
Shopify Partner
1040 188 225

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;
}

 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Replies 7 (7)

Abdosamer
Shopify Partner
1040 188 225

Hi @Shane_h , can you share your store url?

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Shane_h
Tourist
9 0 3

sure its in design ATM and it's this page https://dtf2u.co.uk/collections/dtf-by-size

Abdosamer
Shopify Partner
1040 188 225

@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:

Abdosamer_0-1739557238780.png

 


 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Shane_h
Tourist
9 0 3

Thankyou how do i bring it down a bit ?

Abdosamer
Shopify Partner
1040 188 225

@Shane_h , Add the following code :

#shopify-section-template--23104031064393__multicolumn_McYx86 .multicolumn-card__image-contain .multicolumn-card__content {
    margin-top: 2rem !important;
}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Shane_h
Tourist
9 0 3

Screenshot 2025-02-14 200724.pngMaybe im missing something - couldnt get it to work ? thankyou

Abdosamer
Shopify Partner
1040 188 225

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;
}

 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work