How to Decrease the Margin between Header ---- Icon List ---- Banner

Hi everyone I have a problem with the Empty spacing between Heading ----- Icon List ------ Slide Banner

I Have Tried a few Code but I did not work

I have use Empire 9.11

1 Like

Hello @OLIV1

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hi Zes

Thank you

https://www.oscarliving.id

there will be no Password

Hey @OLIV1

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hello @OLIV1

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.slideshow.slideshow--height-medium.slideshow--height-medium-mobile.slideshow--width-content.slideshow--text-below-image-false {
margin-top: 0 !important;
}

1 Like

Hi Moeed

Thank you for your advice

It does reduce the spacing between The Logo List and Slide banner

but the Top spacing ( between The header and Logo List ) doesn’t Change

Is there anyways to reduce that as well

Thank you

Dear Zes

Wow you guys here are really Awesome.

1 Like

Hello @OLIV1

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.home-section--content.logolist--inner.pxu-lia-block.pxu-lia-block--play {
    margin: 0;
}
1 Like

Hello @OLIV1

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

1 Like

Hey @OLIV1

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

@zestardtech & @Moeed awesome. Thank you for your assistance