Liquid code to remove padding/space between header & template

Solved

Liquid code to remove padding/space between header & template

Siddarth_
New Member
4 0 0

I was trying to remove space between the header & body of my shopify store using an already-given solution on shopify community. I made changes in base.css, but I don't know what's going wrong.

So please help me out.

I'm using Studio theme (13.0.1)

website URL - www.bulkhappiness.com

 

Screenshot 2024-10-20 191846.jpg

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1966 564 566

This is an accepted solution.

@Siddarth_,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

<style>
#shopify-section-template--22331981496618__slideshow_EdjxjN {
  margin-top: -16px;
}
</style>

Result:

BSSCommerceB2B_1-1729433602680.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

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
1966 564 566

This is an accepted solution.

@Siddarth_,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

<style>
#shopify-section-template--22331981496618__slideshow_EdjxjN {
  margin-top: -16px;
}
</style>

Result:

BSSCommerceB2B_1-1729433602680.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

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

Siddarth_
New Member
4 0 0

Thanks a ton for the quick solution 🤗