How can I add a margin to the title on the collection page?

Hello everyone,

how can i add on the collection-section or collegion-page, the margin on the title?

Do you have an idea??

Hi @vince_gio ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

1 Like

URL: fancyspace.eu

Password: vincenzo

Hi @vince_gio ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.template-collection .collection-header h1 {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

THX SO MUCH!!

1 Like