can someone remove this space between header and my first product image

Solved

can someone remove this space between header and my first product image

swawestore
Explorer
114 0 18
Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1375 371 433

This is an accepted solution.

@swawestore ,

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

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

<style>
 product-info .product__media-wrapper {
   margin: 0!important; 
 }
 #MainProduct-template--16295745519706__main,
 #Slide-template--16295745519706__main-25264845095002 {
   padding: 0!important;
 }
</style>

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 I Donate Us Here!

View solution in original post

Reply 1 (1)

BSSCommerce-B2B
Shopify Partner
1375 371 433

This is an accepted solution.

@swawestore ,

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

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

<style>
 product-info .product__media-wrapper {
   margin: 0!important; 
 }
 #MainProduct-template--16295745519706__main,
 #Slide-template--16295745519706__main-25264845095002 {
   padding: 0!important;
 }
</style>

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 I Donate Us Here!