Move section up 20px mobile

Solved

Move section up 20px mobile

Luxurymrkt
Globetrotter
748 2 158

hi I wanted to move this section up on monitor 20px

https://luxurymrkt.com

3E3E6D51-41B0-481F-8447-3DDB8C65575B.jpeg

Thank You | mike
Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

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

BSSCommerceHDL_0-1717605337010.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_1-1717605349432.png

 

Step 3: Insert the below code at the bottom of the file -> Save

body:has(.product-section) .index-section {
   margin-top: 20px !important;
}

Hope this can help you,

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

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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

View solution in original post

Replies 2 (2)

theycallmemakka
Shopify Partner
1796 436 465

Hi @Luxurymrkt ,

 

There seems to be an empty section on the site because of which there is a big white space. I have written few codes. This should decrease the size of the whitespace.

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

<style>
[data-section-type="product-recommendations"] .index-section {
        margin-top: 0px!important;
}

div#shopify-section-template--16828521218229__1662823366128c4883 {
    display: none;
}
</style>

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

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

BSSCommerceHDL_0-1717605337010.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_1-1717605349432.png

 

Step 3: Insert the below code at the bottom of the file -> Save

body:has(.product-section) .index-section {
   margin-top: 20px !important;
}

Hope this can help you,

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

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

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