How can I eliminate the white space gap on my website?

Hi

I want to remove this white space please how can I do so - www.justjustbaby.com

Hi @kooger21 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/main.scss->paste below code at the bottom of the file:
#shopify-section-1587640783959 .section--full {
    margin: 0 !important;
}

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

Thanks, viewing on desktop it seems perfect but if you take a look on a mobile device there is still a very small gap, any ideas on how to remove? Thank you

Hi @kooger21 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/main.scss->paste below code at the bottom of the file:
#shopify-section-1587640783959 .section--full {
    margin: 0 !important;
}

.section--1649712811f511fd66 .slick-slide > div > div {
    display: block !important;
}