What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I center text and change background color in Xclusive Theme's Bottom Bar?

Solved

How can I center text and change background color in Xclusive Theme's Bottom Bar?

RonaldS11
Shopify Partner
12 0 0

Hello, I have a problem with Bottom Bar, at the bottom of the footer, on Exclusive Theme. I changed the text in this section and now I want to center it. I have tried with:

display: flex;

justify-content: center;

align-items: center

text-align: center;

But it's not working. Also, I added background-color to red to see if its working and only the part with the text changed color.

 

Captură de ecran din 2024-01-09 la 15.30.51.png

I added width: 100% and 50% of the section changed color. I can not select the entire section.

Captură de ecran din 2024-01-09 la 15.29.44.png

Accepted Solution (1)
Moeed
Shopify Partner
6341 1720 2077

This is an accepted solution.

Hey @RonaldS11 

 

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#shopify-section-sections--20239171289427__footer div {
    max-width: 100% !important;
    justify-content: center !important;
}
</style>

RESULT:

Moeed_0-1704808937110.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 Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
6341 1720 2077

Hey @RonaldS11 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


RonaldS11
Shopify Partner
12 0 0

Hello @Moeed ,

 

My website is: https://dc3cd9.myshopify.com/

I am talking about the black line with "© 2024 CasaDeco". I gave the div a class called "copyright" and the only way that I can move the text to the center is with margin-left, but this way is pretty bad to do that.

Moeed
Shopify Partner
6341 1720 2077

This is an accepted solution.

Hey @RonaldS11 

 

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#shopify-section-sections--20239171289427__footer div {
    max-width: 100% !important;
    justify-content: center !important;
}
</style>

RESULT:

Moeed_0-1704808937110.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 Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


RonaldS11
Shopify Partner
12 0 0

Thank you, @Moeed 

Really apreciate it. Have a nice day!

Moeed
Shopify Partner
6341 1720 2077

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!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


Juho
Visitor
1 0 0

Hello, could you simply help me with centering the copyright information (Copyright 2024 ''company name'' Powered by '' company name) In footer in Xclusive theme.

 

I've tried everything that doesnt invole coding since i dont know how to code. Reason why im answering to this thread is because i didnt find even one conversation about Xclusive theme, so im glad if you could help me out.

 

Secondly i changed the ''powered by'' section in the footer to my own companys name but i noticed that if you click it it still directs you to shopifys page, i'd prefer it to be unclickable.

 

I'd really appreciate a reply 🙂