Remove Padding and Whitespace (Alchemy Theme)

Hi,

I am looking to remove the whitespace between sections/blocks (vertically) on the alchemy theme. I have been searching and the solutions typically provided are not working. Any help?

Hi @ArronJW

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.section-id-rich-text.overlap-candidate-container.cc-animate-init.-in.cc-animate-complete .rich-text-section {
    margin: 0px;
}
.feature-page-title {
    min-height: 140px;
    padding-bottom: 50px;
}

Hi,

This looks like it removed a very minimal amount of whitespace. Is there anyway to remove the padding from the top and bottom?

For example, the space between the rich text and the slideshow with text underneath it is very large. Just looking for a way to reduce the whitespace.