Hi!
Can anyone help on moving banner text to the center?
I used this coed to move title to center:
h1.collection-hero__title {
text-align: center !important;
}
store url: www.mism.store
Thanks in advance!
Best,
team-mism
Hi!
Can anyone help on moving banner text to the center?
I used this coed to move title to center:
h1.collection-hero__title {
text-align: center !important;
}
store url: www.mism.store
Thanks in advance!
Best,
team-mism
Hi @monomgroup ,
Try this.
.collection-hero__description.rte {
text-align: center;
margin-left: 17%;
}
Result:
I hope it help.
Hello, could you help me with centering the title over a centered banner in dawn theme?
Hi @Sarnic
Yeah, sure would you mind to share your store URL? And it is for mobile screen or dektop? Thanks!