Center Category Logo

You mean a category page like this?

It looks like you have a trial on our Starter plan, which doesn’t allow custom themes. You’d have to be on our Standard plan to do something like this.

With a custom theme you’d do this by adding CSS like this:

.category-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

to get an outcome like this:

4 Likes