We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Footer image to be centered well in mobile and desktop mode ( Shopify Taiga Theme )

Solved

Footer image to be centered well in mobile and desktop mode ( Shopify Taiga Theme )

dreamtechzone_5
Shopify Partner
696 1 106

Hello Everyone!
I am using Shopify Taiga theme as a trial. I want the footer image to be centered well in mobile and desktop mode. How do I keep it? Please help me. Thank you

Store: https://gj0mfv80ur92to92-60604383299.shopifypreview.com
Password: Admin

 

Footer 1.png

Accepted Solution (1)

Moeed
Shopify Partner
7764 2082 2568

This is an accepted solution.

Hey @dreamtechzone_5 

 

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>
.footer-block__image.text-align-left .rte.rte--no-max.mt-12 p {
    text-align: -webkit-left !important;
}
.footer-block__image.text-align-left {
    text-align: -webkit-center !important;
}
</style>

RESULT:

Moeed_0-1751643247369.png

 

If I managed to help then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
7764 2082 2568

This is an accepted solution.

Hey @dreamtechzone_5 

 

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>
.footer-block__image.text-align-left .rte.rte--no-max.mt-12 p {
    text-align: -webkit-left !important;
}
.footer-block__image.text-align-left {
    text-align: -webkit-center !important;
}
</style>

RESULT:

Moeed_0-1751643247369.png

 

If I managed to help then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


dreamtechzone_5
Shopify Partner
696 1 106

Wow great work. Thank you very much.

Moeed
Shopify Partner
7764 2082 2568

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


CodingFifty
Shopify Partner
1102 161 190

Hey! @dreamtechzone_5,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

footet .media, figure {
    margin: auto !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

suyash1
Shopify Partner
11112 1367 1751

@dreamtechzone_5 please add this css to the very end of your critical.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> critical.css

 

.footer-block__image .media{margin: 0 auto;}

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com