Shopify themes, liquid, logos, and UX
I've looked everywhere, tried to edit the code but it will not budge. Website is laifufu.de, please help!
I've got this currently:
and I want this:
Solved! Go to the solution
This is an accepted solution.
Hi @Adrii ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
@media screen and (min-width: 1024px){
.footer__content-bottom-wrapper.page-width .footer__column.footer__column--info {
position: absolute !important;
top: 50%;
left: 50%;
width: fit-content !important;
transform: translate(-50%, -50%);
}
.footer__content-bottom-wrapper.page-width {
position: relative !important;
}
.footer__content-bottom-wrapper.page-width .footer__column.footer__column--info .footer__payment {
margin-top: 0 !important;
}
}
Here is the result:
Please let me know if it works!
Best,
Daisy
It's laifufu.de
This is an accepted solution.
Hi @Adrii ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
@media screen and (min-width: 1024px){
.footer__content-bottom-wrapper.page-width .footer__column.footer__column--info {
position: absolute !important;
top: 50%;
left: 50%;
width: fit-content !important;
transform: translate(-50%, -50%);
}
.footer__content-bottom-wrapper.page-width {
position: relative !important;
}
.footer__content-bottom-wrapper.page-width .footer__column.footer__column--info .footer__payment {
margin-top: 0 !important;
}
}
Here is the result:
Please let me know if it works!
Best,
Daisy
Thanks, that worked! Didn't move the legal notice but I solved that with another one of the solutions given
Hello @Adrii
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> section-footer.css
add this code at the end of the file and save.
@media screen and (min-width: 750px) {
.footer__column.footer__column--info {
margin-right: 16rem;
margin-left: -30rem !important;
}
.footer__copyright.caption {
margin: 0 auto;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This one didn't move the payment options into the right place but the legal notice part worked great! Combined it with a part from the other solutions 🙂
Hello, @Adrii
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom
.list-payment {
padding-top: 0%;
position: relative;
right: 55% !important;
}
Thanks!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024