Removing spacing between blocks (Impulse Theme)

Solved

Removing spacing between blocks (Impulse Theme)

EEaster
Shopify Partner
2 0 0

Hi Everyone,

 

This is my first post here and I'm hoping someone will be able to help me with what should be a quick fix for someone in the know. I'm trying to add the Loox Carousel to my homepage but want to have a title above it, I've had to use the app block and the rich text block to do this but it's left me with a rather large area of white space between the two blocks. I would love to be able to get the title closer to the carousel cards if possible. Could someone kindly advise the best way to do this please?

The store's URL is https://emmaeaster.co.uk and I've attached a photo of what I'm talking about too. 

 

Thanks in advance

 

Screenshot 2024-09-15 160941.jpg

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1715 511 571

This is an accepted solution.

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid

Step 3: Add this code before </body>

 

<style>
#shopify-section-template--17170814861484__rich_text_Txzght {
   margin-bottom: -16px!important
}
</style>

 

Result:

BSSCommerceB2B_0-1726413985208.png

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

BSSCommerce-B2B
Shopify Partner
1715 511 571

This is an accepted solution.

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid

Step 3: Add this code before </body>

 

<style>
#shopify-section-template--17170814861484__rich_text_Txzght {
   margin-bottom: -16px!important
}
</style>

 

Result:

BSSCommerceB2B_0-1726413985208.png

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

EEaster
Shopify Partner
2 0 0

Thank you so much for a speedy reply and a solution!