How to center the title and subtitle in hero - style 1? It keeps on the left side but I would like to have it central in the page. Thank you
vaninak Hi Add this code in custom css
.acm-hero.style-1 .hero-item { margin: 0 auto;}
It will move the content to center.
Regards