How to remove section margin for the sense theme?

Solved

How to remove section margin for the sense theme?

7ohann
Visitor
3 0 0

 

Hello, can someone tell me how to remove the white space in between the two pink sections?

Cheers.

7ohann_0-1720441149941.png

 

Accepted Solution (1)
Tal19
Shopify Partner
144 27 32

This is an accepted solution.

 

Go to online store->edit code of your theme -> search base.css and add this css

section#shopify-section-template--23066278953241__featured-collection {
    margin-top: 0;
}

 

Need Shopify Development, Customization, or POS Support? PM Me!

View solution in original post

Replies 6 (6)

Tal19
Shopify Partner
144 27 32

please share the url

Need Shopify Development, Customization, or POS Support? PM Me!
7ohann
Visitor
3 0 0
Tal19
Shopify Partner
144 27 32

This is an accepted solution.

 

Go to online store->edit code of your theme -> search base.css and add this css

section#shopify-section-template--23066278953241__featured-collection {
    margin-top: 0;
}

 

Need Shopify Development, Customization, or POS Support? PM Me!
7ohann
Visitor
3 0 0

Thanks

BSSCommerce-TC
Shopify Partner
225 49 51

Hi @7ohann ,

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution.

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

BSSCommerce-TC
Shopify Partner
225 49 51

Hi @7ohann ,

You could follow these steps:

Step 1: Go to Online store > themes > edit code and find base.css file

Step 2: Insert below code at the end file and Save them

 

.section+.section {
  margin-top: 0;
}

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency