Centering payment methods and policy list on dawn theme footer

Solved

Centering payment methods and policy list on dawn theme footer

Adrii
Tourist
7 0 0

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:

 

now.png

 

and I want this: 

what i want.png

Accepted Solution (1)

DaisyVo
Shopify Partner
2303 283 329

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:

DaisyVo_0-1735616411785.png

 

Please let me know if it works!

 

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 8 (8)

Maadhav_j
Tourist
13 0 1

Hi  @Adrii ,

Please share your Url.

thanks and regards 

Maadhav

Need a Shopify Specialist ?
WhatsApp Me
Custom Design | Advanced Coding | Store Modifications
Adrii
Tourist
7 0 0

It's laifufu.de 

Maadhav_j
Tourist
13 0 1

Hi @Adrii 

please check the result before proceed.

Screenshot (2).png

Need a Shopify Specialist ?
WhatsApp Me
Custom Design | Advanced Coding | Store Modifications

DaisyVo
Shopify Partner
2303 283 329

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:

DaisyVo_0-1735616411785.png

 

Please let me know if it works!

 

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Adrii
Tourist
7 0 0

Thanks, that worked! Didn't move the legal notice but I solved that with another one of the solutions given

GTLOfficial
Shopify Partner
726 154 155

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
97.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
Adrii
Tourist
7 0 0

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 🙂

topnewyork
Astronaut
938 128 161

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! 

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month