Remove Padding and Whitespace (Alchemy Theme)

Remove Padding and Whitespace (Alchemy Theme)

ArronJW
Excursionist
23 1 7

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? 

Screenshot 2023-09-22 173455.png

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
8443 2018 2478

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;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1695420027389.png
If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
ArronJW
Excursionist
23 1 7

Hi, 


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

ArronJW
Excursionist
23 1 7

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.