Changing the spaces between headlines on home page header

hey, I want to change the Space between the headlines in my header on my site.

Specifically between the “Century8” header to “home for creative assets” etc.

im using the Showcase theme. where exactly do I need to change the code? and what parameters to use?

Hi @bakyboy

Would you mind sharing your store’s URL so we can have a look?

https://century8mm.com

there you go

Access your styles.css file then at the very bottom paste the following code:

#section-id-1616754209f8d9bb64 > div > div.overlay-type.overlay.position--left.position--vcenter.small-padding-xs.cc-fade-in-up.cc-animate-init.-in.cc-animate-complete > div > div > div > h2 {
    margin-bottom: 0;
}

That should do it! Let me know