How can I center the collection description on my Dawn theme pages?

Hi, I’m trying to center the collection description on my collection pages in the Dawn theme (normally it sticks to the left side).

Now I’ve added this code to my base.css file:

#shopify-section-template--14982519652560__banner > div > div > div > div{
      align-items: center;
      text-align: center !important;
      display: block !important;
}

But it just nudges it a bit further to the right, but not in the center:

Any idea how to get it actually in the center center? Thanks.

Store url: 8hrsstore.com

Password: Kastaar321!

Mathias

@Mathias8hrS ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

Please let me know whether it works.

Kind regards,
Diego

hi @diego_ezfy

Thanks for the reply, but unfortunately didn’t seem to do anything…
Any other tricks up your sleeve that might work? :slightly_smiling_face:
Cheers

Same issue here…I dont know where to center the collection description. It seems that the box is not full width…