Remove Empty Space

Solved

Remove Empty Space

Kareem-bitar
Tourist
12 0 6

Screenshot 2024-06-05 222518.pngScreenshot 2024-06-05 224033.png

How I can Remove empty space from the website when you use a tablet screen and the bar which at the bottom?

URL:https://spoontag.com/

Accepted Solution (1)

PageFly-Noah
Shopify Partner
1317 233 281

This is an accepted solution.

This is Noah from PageFly - Shopify Page Builder App

 

Hi @Kareem-bitar  Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
   .footer{
    overflow-x: hidden !important;
  }
<style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

PageFly-Noah
Shopify Partner
1317 233 281

This is an accepted solution.

This is Noah from PageFly - Shopify Page Builder App

 

Hi @Kareem-bitar  Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
   .footer{
    overflow-x: hidden !important;
  }
<style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Kareem-bitar
Tourist
12 0 6

Thanks

PageFly-Noah
Shopify Partner
1317 233 281

Thank you. Have a nice day 😉!

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.