Reduce the gap between slidshow and section header

Hi guys,

I would like to Reduce the gap between slidshow and section header, and make necessary aligment in mobile view.

Thank you,

allianceautoproducts.com

@Alliance
Put below code into theme.liquid file before closing tag


Hello @Alliance

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file.

  3. Paste the below code before :


Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

Header gap again in mobile view.

@Alliance


Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

Hello @Alliance ,

I would like to give you a solution to support you:

  1. Go to Online Store-> Theme-> Edit code
  2. Open your theme.liquid theme file
  3. Paste the below code before :
<style>
@media(min-width: 280px) and (max-width: 767px){
#shopify-section-f6304716-080c-4f6d-9b04-2a3a98904d66 {
padding-top: 0px !important;
}
}
</style>

Was my reply helpful? Please Like and Accept Solution. This mean alot to me.

This is pending:

This is pending: