Remove white space ( easy )

Solved

Remove white space ( easy )

Suco
Explorer
117 0 14

IMG_2767.jpeg

Hi guys I want remove this space like the imagem can you help me ? 

 https://www.behumblee.com/

Pass-Humblee3030


thanks




Accepted Solution (1)
niraj_patel
Shopify Partner
2391 516 515

This is an accepted solution.

Hello @Suco 

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 2 (2)

niraj_patel
Shopify Partner
2391 516 515

Hello @Suco 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
  .title--primary {
     margin: 0rem 0 !important;
  }
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
niraj_patel
Shopify Partner
2391 516 515

This is an accepted solution.

Hello @Suco 

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com