Multicolumn title should be on top

Solved

Multicolumn title should be on top

hem0903
Explorer
60 0 11

hem0903_0-1723554436086.png

 


How can I put title above the pic ? Garden & Home Residential should be on top of the image..

Accepted Solutions (2)
Moeed
Shopify Partner
7348 1992 2432

This is an accepted solution.

Hey @hem0903 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.card.color-scheme.color-scheme--2.relative.flex.flex-col.h-full {
    display: flex !important;
    flex-flow: column-reverse !important;
}
</style>

RESULT:

Moeed_0-1723554902354.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

BSS-TekLabs
Shopify Partner
2401 695 832

This is an accepted solution.

- Here is the solution for you @hem0903 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or main.css file.
- Then add the following code at the end of the file and press 'Save' to save it. 

.card__media.media {
 margin-top: 40px !important;
}
.color-scheme .card__title {
     position: absolute !important;
    top: 0 !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1723555212880.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 9 (9)

BSS-TekLabs
Shopify Partner
2401 695 832


Hello @hem0903 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
hem0903
Explorer
60 0 11
Moeed
Shopify Partner
7348 1992 2432

This is an accepted solution.

Hey @hem0903 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.card.color-scheme.color-scheme--2.relative.flex.flex-col.h-full {
    display: flex !important;
    flex-flow: column-reverse !important;
}
</style>

RESULT:

Moeed_0-1723554902354.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


hem0903
Explorer
60 0 11

Thanks for the help I want title image then text. This code shifting text to the top as well. I want image in the middle.

BSS-TekLabs
Shopify Partner
2401 695 832
.card {
    display: flex !important;
}
    .card.color-scheme .card__info {
        order: -1 !important;
    }

Can you add this in last line file main.css 

BSSTekLabs_0-1723554877631.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
hem0903
Explorer
60 0 11

Thanks for the help I want title image then text. This code shifting text to the top as well. I want image in the middle.

BSS-TekLabs
Shopify Partner
2401 695 832

- Here is the solution for you @hem0903 
- Please follow these steps:

BSSTekLabs_0-1723555260370.jpeg

 

- Then find the base.css or main.css file.
- Then add the following code at the end of the file and press 'Save' to save it. 

.card__media.media {
 margin-top: 40px !important;
}
.color-scheme .card__title {
     position: absolute !important;
    top: 0 !important;
}
Copy

- Here is the result you will achieve:

BSSTekLabs_1-1723555260721.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
hem0903
Explorer
60 0 11

BSS-TekLabs
Shopify Partner
2401 695 832

This is an accepted solution.

- Here is the solution for you @hem0903 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or main.css file.
- Then add the following code at the end of the file and press 'Save' to save it. 

.card__media.media {
 margin-top: 40px !important;
}
.color-scheme .card__title {
     position: absolute !important;
    top: 0 !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1723555212880.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now