Shopify themes, liquid, logos, and UX
Hello,
I'm trying to center the headings and content on all the pages on our website. It seems to be set up properly on the home page but the remaining pages by default are left. Any and all help is greatly appreciated!
TriuneCastile.com
Thank you again in advance
Solved! Go to the solution
This is an accepted solution.
Hey, to align the headers, for example H1, add the following code to the bottom of your base.css file.
h1 {
text-align: center !important;
}
This is an accepted solution.
Hi @TC13
Check this one.
.rte p {
text-align: center;
}
i hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Yeah, Im not sure if this one.
Jusr check it.
Same Instruction.
h2.footer-block__heading.inline-richtext {
text-align: center;
}
form#ContactFooter {
margin: auto;
}
.footer-block--newsletter {
align-items: center;
flex-direction: column;
}
Result:
I hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
I found another solution.
Same Instruction.
.footer__content-bottom .footer__copyright.caption {
margin: auto;
padding-top: 10px;
}
Just a reminder Im just suggesting. 😅 You dont need to do it.
This is an accepted solution.
Hey, to align the headers, for example H1, add the following code to the bottom of your base.css file.
h1 {
text-align: center !important;
}
Thank you so much! This works great for the headings on all the pages! Is there a way to also have the content, images and text to appear centered?
Thank you
Hi @TC13 ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
h1.collection-hero__title,
h1.main-page-title.page-title.h0{
text-align: center
}
</style>
Best regards,
Anthony
Hello Anthony,
Thank you so much for your help, I attempted the above but without any luck.
This is an accepted solution.
Hi @TC13
Check this one.
.rte p {
text-align: center;
}
i hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This worked amazing centering all the content and images! hurray! Excellent support from everyone involved! Thank you
Thanks again, I don't want to be a bother but I have to ask if there is an easy way to do the same in the footer for the desktop view? centering text, email subscription box, & socials
Thanks a million!
This is an accepted solution.
Yeah, Im not sure if this one.
Jusr check it.
Same Instruction.
h2.footer-block__heading.inline-richtext {
text-align: center;
}
form#ContactFooter {
margin: auto;
}
.footer-block--newsletter {
align-items: center;
flex-direction: column;
}
Result:
I hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Maybe you like to center the copyright also.. 😅
Use this.
.footer__content-bottom-wrapper.page-width {
justify-content: center;
}
Nice to see all align.
I love that idea! unfortunately the copyright part didn't take but the rest worked perfectly Sweet! I appreciate all your assistance!
Try this one again in the footer.
.footer__content-bottom-wrapper.page-width {
display:flex;
justify-content: center !important;
}
Unfortunately that didn't work but that was such an amazing idea I'll certainly keep working at that until the copyright is centered as well. Such a great idea and it will improve the look greatly, Thanks so much for all of your assistance!
This is an accepted solution.
I found another solution.
Same Instruction.
.footer__content-bottom .footer__copyright.caption {
margin: auto;
padding-top: 10px;
}
Just a reminder Im just suggesting. 😅 You dont need to do it.
This worked great! Awesome awesome awesome
THANK YOU SO MUCH!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024