Shopify themes, liquid, logos, and UX
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.
I added width: 100% and 50% of the section changed color. I can not select the entire section.
Solved! Go to the solution
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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
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.
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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.
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 🙂
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024