Re: Dawn theme - space at top and bottom need removed

Dawn theme - space at top and bottom need removed

amandaZ2020
Excursionist
41 2 8

Hi 

 

On the bottom of both the desktop and mobile version of my pages there is an extra space at the bottom (See images).

 

and on the mobile version, an extra space at the top. 

 

Can anyone help me remove these please. 

 

 

Thanks

Amanda 

 

amandaZ2020_0-1717038457396.png  

amandaZ2020_1-1717038470443.png

amandaZ2020_2-1717038501723.png

 

 

 

Replies 11 (11)

theycallmemakka
Shopify Partner
1771 432 454

Hi @amandaZ2020 ,

 

Can you provide link to your store?

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

amandaZ2020
Excursionist
41 2 8

Sorry about that. 

 

https://www.krixcollection.com.au/

password: ontaub

theycallmemakka
Shopify Partner
1771 432 454

Hi @amandaZ2020 ,

 

Please add below css to reduce the margin.

<style>
section#shopify-section-template--16540663513263__image_banner_X6FCkA {
    margin: 0px;
}
</style>

The spacing in the foote is because of the error on the code. Please wrap the below code inside <style>##code##here</style>

theycallmemakka_0-1717040283454.png

 

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

amandaZ2020
Excursionist
41 2 8

Hi @theycallmemakka 

 

Which code file do i need to go into please? 

ProtoMan44
Shopify Partner
640 55 97

@amandaZ2020  theme.liquid

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!
theycallmemakka
Shopify Partner
1771 432 454

Hi @amandaZ2020 ,

 

You can add that on theme.liquid just above </body>

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

PageFly-Noah
Shopify Partner
1317 233 280

This is Noah from PageFly - Shopify Page Builder App

 

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>
  @media screen and (max-width: 767px){
    #shopify-section-template--16540663513263__image_banner_X6FCkA{
      margin-top: 0px !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.

amandaZ2020
Excursionist
41 2 8

Hi @PageFly-Noah - unfortunately, this did not work.

Thank you for trying.  

 

PageFly-Noah
Shopify Partner
1317 233 280

Hi @amandaZ2020  I have check again the spacing removed, That Right ?

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.

amandaZ2020
Excursionist
41 2 8

Yes thank you. I found another solution. 

 

 

PageFly-Noah
Shopify Partner
1317 233 280

Oh, Great, 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.