Hello,
any idea how you can center a Custom Liquid banner writing on craft theme?
Hello,
any idea how you can center a Custom Liquid banner writing on craft theme?
Hi @GiudFabri123 , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
.luxury-home-furniture h1 {
text-align: center;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Try this one.
.section-template--20571060011347__custom_liquid_xgUpAh-padding {
text-align: center !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to do that.
.luxury-home-furniture { text-align: center; }
Welcome! Would you mind hitting ālikeā as well? Thanks!