Edit Footer - Quick Link position

Edit Footer - Quick Link position

KimGottwald
Trailblazer
235 0 34

Hello,

 

I would like to make the changed displayed in the picture, can someone help me?


Thank you!

 

URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/

 

Im using the Trade theme.

Bildschirmfoto 2024-07-14 um 12.11.49 AM.png

Replies 5 (5)

suyash1
Shopify Partner
10700 1321 1698

@KimGottwald - please add this css to the very end of your base.css file and check

 

@media screen and (min-width:750px){
.footer__content-top {display: flex; flex-wrap: wrap;}

.footer-block__details-content li{display: block !important; text-align: left !important;}
.footer-block__heading{text-align: left !important;}
.footer__content-top .footer__blocks-wrapper{flex-basis: 50%;}
.footer__content-top .footer-block--newsletter{flex-basis: 50%;}
}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
KimGottwald
Trailblazer
235 0 34

Thank you, there is a little problem with the spacing, displayed in the picture, could you help me?

 

Bildschirmfoto 2024-07-14 um 12.25.43 PM.png

suyash1
Shopify Partner
10700 1321 1698

@KimGottwald - preview link expired, can you please share updated link?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

BSS-TekLabs
Shopify Partner
2401 695 831

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

step.png

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

@media screen and (min-width: 750px) {
.footer__content-top {
     display: flex !important;
}
.footer__content-top .footer__blocks-wrapper.grid {
     flex-basis: 40% !important;
}
.footer__content-top .footer-block--newsletter.scroll-trigger {
     flex-basis: 60% !important;
}
.footer__blocks-wrapper .footer-block__details-content li {
 display: block !important;
}
.footer-block--newsletter .footer-block__newsletter {
top: 0px !important;
    position: absolute !important;
}
}

- Here is the result you will achieve:

BSSTekLabs_0-1720929979487.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
KimGottwald
Trailblazer
235 0 34

Thank you, there is a little problem with the spacing, displayed in the picture, could you help me?

 

KimGottwald_0-1720952827076.png