Footer blocks text in center but aligned in left

Footer blocks text in center but aligned in left

Sivadarshan
Shopify Partner
53 0 6

Footer section blocks to be centered but the contents to be left aligned

 

Website: https://vanji-in.myshopify.com/

vanji

 

Screenshot 2024-10-01 174323.png

Replies 5 (5)

gutenplayer
Shopify Partner
219 33 26

@Sivadarshan , your content already take 25% each columns  of 100% width
this is not possible to center if 25% width each columns 
hope you understand 
Thank you

Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- gutenplayer.com for quick quote!

Mustufa1
New Member
18 0 0

Mustufa1_0-1727785635704.png

see this i think i looks better

 

mustufaali
Mustufa1
New Member
18 0 0
.footer__content-top.page-width {
    display: flex;
    justify-content: center;
    padding: 20px;
}

use this code to make them center

mustufaali
Mustufa1
New Member
18 0 0
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    text-align: left;
    margin: 0 15px;
}

or use this code to make there text center

mustufaali

PageFly-Richard
Shopify Partner
4668 1069 1727

 

Hi @Sivadarshan 

 

This is Richard 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-block * {
    text-align: center;
}
.footer-block__image-wrapper{
margin: 0 auto;
}
</style>

PageFlyRichard_0-1727838439459.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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