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
4111 941 1147

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
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


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.