Trying to center the title on my page so it looks nicer with the image underneath. Working with the Empire theme
Thanks!
Hello @JoeToolLocker ,
@media only screen and (max-width: 858px){
.template-collection .collection--title {
text-align: center !important;
}
}
Thanks
Thank you kindly!