How do I center everything from the brand information section in the footer?

Solved

How do I center everything from the brand information section in the footer?

valkyriebg
Tourist
9 0 2

How do I center everything from the brand information section in the footer?

I'm using the Dawn theme and my website is https://www.forsetiwatches.com/

Thank you so much for your help!

 

Screenshot 2024-10-01 at 6.48.06 PM.png

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4668 1069 1726

This is an accepted solution.

Hi @valkyriebg 

 

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__brand-info {
    text-align: center;
}
</style>

PageFlyRichard_0-1727827213868.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.

View solution in original post

Replies 2 (2)

PageFly-Richard
Shopify Partner
4668 1069 1726

This is an accepted solution.

Hi @valkyriebg 

 

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__brand-info {
    text-align: center;
}
</style>

PageFlyRichard_0-1727827213868.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.

valkyriebg
Tourist
9 0 2

This worked -- thank you so much!