Solved

Changing the spaces between headlines on home page header

bakyboy
Excursionist
78 0 2

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?

Screen Shot 2021-05-03 at 18.38.50.png

Accepted Solution (1)
JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

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

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

Replies 3 (3)

JHKCreate
Shopify Expert
3571 639 916

Hi @bakyboy 

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

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
bakyboy
Excursionist
78 0 2

https://century8mm.com 

there you go

JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

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

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com