How can I successfully remove white space in HTML?

Hi All,

it try to remove the white space without success, do you know what to do? thanks !









{{ page.content }}




{%section’slideshow-waitinglist1’%}
{%section’newsletter’%}

@Edparis

can you please share store url so i will check and guide you

Hi !

sure https://www.ami-watch.com/pages/waiting-list

password is : Edprs

thanks,

@Edparis

thanks

but you please remove this code

Liquid error: Error in tag ‘section’ - ‘carousel-text’ is not a valid section type

hi, just removed it, but still space is heere

@Edparis

yes please try code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-slideshow-waitinglist1 {
    padding-top: 0;
    margin-top: 0px;
    position: relative;
    top: -110px;
}

Thank you !! What about the space below the section ?

@Edparis
Go to Online Store->Theme->Edit code
Asset->/theme.css ->paste below code at the bottom of the file.

.newsletter-section.index-section--newsletter-background {
    margin-top: -159px !important;
}

Thank you.

Thank you, I try to duplicate this code to apply for other sections that have the same issue :

@Edparis
Add this code.

div#shopify-section-feature-row-waitinglist-1 {
    margin-top: -80px !important;
}
div#shopify-section-image-bar-features-laf-1 { margin-top: -80px !important; }

@Edparis

#shopify-section-slideshow-waitinglist1 {
    padding-top: 100px !important;
}

Add this one also.

@Edparis
Hi, I have reviewed your Site.
You are getting 367 errors. It’s occurring from one of your App. So uninstall that App.
Thank you.

@Edparis
Add this also.

div#shopify-section-image-bar-features-laf-1 { margin-top: -80px !important; }

Thank you.