Hi

I would like to center the text in the hero/slider area, or have the content block be centered.

I've already center aligned the elements but it appears to be a two column layout. Would it be necessary to change the source code to a single column or no column layout?

Thanks

Hi @joomlafuture,

Add below CSS rules to the custom style modal in the back-end of JA Impact template.

.acm-hero.style-1 .acm-hero-item .row > div {
  margin: 0 auto;
  text-align: center;
}

.acm-hero.style-1 .acm-action {
  justify-content: center;
}

Save and reload your website to view the changes.

Write a Reply...
You need to Login to view replies.