Unnecessary White Space On My Website Footer (Theme - Concept)

Solved

Unnecessary White Space On My Website Footer (Theme - Concept)

lindendecor
Visitor
1 0 1

Hi Everyone,

I am facing an issue that a unnecessary white space is seen on my website footer and I don’t know how to resolve this!? Please help and guide me how can I resolve this.

 

You can see in the picture below -

IMG_1483.jpeg

 

 

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 848 1065

This is an accepted solution.

Hi @lindendecor

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
@media only screen and (max-width: 767px) {
  div#shopify-block-9717370649079274736 {
    position: absolute !important;
    top: 0;
    z-index: -1 !important;
  }
}
</style>

 

 Here is result: 

BSSCommerceHDL_0-1727779656179.png

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 4 (4)

Moeed
Shopify Partner
5516 1496 1787

Hey @lindendecor 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
div#shopify-block-9717370649079274736 {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1727779329996.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


GTLOfficial
Shopify Partner
558 121 110

Hello @lindendecor 
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
at the end of the file and save.

#shopify-block-9717370649079274736 {
  display: none !important;
}

 

 

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

Tech_Coding
Shopify Partner
333 91 82

Hello @lindendecor 

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) {
    div#shopify-block-9717370649079274736 {
       display: none !important;
    }
}
</style>

Tech_Coding_0-1727779534148.png

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

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

BSSCommerce-HDL
Shopify Partner
2305 848 1065

This is an accepted solution.

Hi @lindendecor

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
@media only screen and (max-width: 767px) {
  div#shopify-block-9717370649079274736 {
    position: absolute !important;
    top: 0;
    z-index: -1 !important;
  }
}
</style>

 

 Here is result: 

BSSCommerceHDL_0-1727779656179.png

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