Change design of my footer - help

Solved
Marco211
Explorer
62 0 16

Hi everyone, sorry but I'm quite ignorant in programming and I wanted your help. I would like my website footer to look like the first image I attached, so the font much smaller and everything centered and narrower. Also, I don't know if it's possible but I would like it to look like the second image I attached on my phone. I don't know if it's possible, thanks everyone anyway. Good day

 

https://refade-8966.myshopify.com/

password: refade

 

Screenshot 2023-11-08 083040.pngWhatsApp Image 2023-11-08 at 08.30.08.jpegWhatsApp Image 2023-11-08 at 08.29.58.jpeg

 

 

 

Questo è il mio footer:

Screenshot 2023-11-08 083208.png

Accepted Solutions (2)
Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @Marco211 

 

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>
@media screen and (min-width: 768px) {
.footer {
    padding-top: 50px !important;
}
.footer__content-bottom-wrapper {
    justify-content: center !important;
}
.footer__content-top {
    display: flex !important;
    justify-content: center;
    max-width: 100% !important;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    --grid-desktop-horizontal-spacing: 80px !important;
}
}
</style>

RESULT:

Moeed_0-1699429916967.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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

PageFly-Noah
Globetrotter
561 130 130

This is an accepted solution.

Hi @Marco211 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

 

<style>
.footer__content-top {
max-width: 800px;
}
</style>

PageFlyNoah_0-1699430431401.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)
Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @Marco211 

 

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>
@media screen and (min-width: 768px) {
.footer {
    padding-top: 50px !important;
}
.footer__content-bottom-wrapper {
    justify-content: center !important;
}
.footer__content-top {
    display: flex !important;
    justify-content: center;
    max-width: 100% !important;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    --grid-desktop-horizontal-spacing: 80px !important;
}
}
</style>

RESULT:

Moeed_0-1699429916967.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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
PageFly-Noah
Globetrotter
561 130 130

This is an accepted solution.

Hi @Marco211 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

 

<style>
.footer__content-top {
max-width: 800px;
}
</style>

PageFlyNoah_0-1699430431401.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.