Flip footer section, see attachment

Solved

Flip footer section, see attachment

Ab52
Explorer
62 0 14

Hello everyone, 

how to flip my footer section the other way around, see attachment. Can someone help me?

IMPACT theme

 

How i wanted to be:

https://cdn.shopify.com/s/files/1/0818/9296/6737/files/IMG_0433.png?v=1712326607

 

how it is:

https://cdn.shopify.com/s/files/1/0741/4461/2617/files/IMG_0893.jpg?v=1725891907 

 

store: 

https://oqnqjq71fyisj9vt-74144612617.shopifypreview.com

Accepted Solutions (3)

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

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

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media screen and (min-width: 1000px) {
    .footer__block--newsletter {
        order: 1 !important;
    }
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725892311576.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

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

<style>
@media screen and (min-width: 1000px) {
    .footer__block--newsletter {
        order: 1 !important;
    }
.rich-text.justify-start {
    right: -80% !important;
}
}
</style>

Please replace to this code if you want like that @Ab52 

BSSTekLabs_0-1725894187851.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

View solution in original post

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

BSSTekLabs_0-1725894983189.png

If you want like that please try this code @Ab52 

<style>
@media screen and (min-width: 1000px) {
    .footer__block--newsletter {
        order: 1 !important;
    }
.rich-text.justify-start {
        right: -80% !important;
    position: relative;
    top: -100px !important;
}
}
</style>

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 4 (4)

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

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

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media screen and (min-width: 1000px) {
    .footer__block--newsletter {
        order: 1 !important;
    }
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725892311576.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
Ab52
Explorer
62 0 14

Hi, i wanted the rich text below the newsletter to. What should i implement

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

<style>
@media screen and (min-width: 1000px) {
    .footer__block--newsletter {
        order: 1 !important;
    }
.rich-text.justify-start {
    right: -80% !important;
}
}
</style>

Please replace to this code if you want like that @Ab52 

BSSTekLabs_0-1725894187851.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
BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

BSSTekLabs_0-1725894983189.png

If you want like that please try this code @Ab52 

<style>
@media screen and (min-width: 1000px) {
    .footer__block--newsletter {
        order: 1 !important;
    }
.rich-text.justify-start {
        right: -80% !important;
    position: relative;
    top: -100px !important;
}
}
</style>

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