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’%} |
|---|
can you please share store url so i will check and guide you
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
yes please try code
#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.
@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; }
#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.