Solved

White Space Above The Annoucement Bar and no Responsivity

Migsz
Excursionist
14 0 4

I tried to install an Whatsapp button APP and suddenly found that above my announcement bar a white space bar simply appeared and now also my page has no mobile phone responsivity for some reason.  I use the Warehouse theme and tried a few codings, but nothing has fixed it; it has in fact increased. Pictures bellow   

 

falha loja real.png

Screenshot 2021-01-21 at 21.51.33.png

Accepted Solution (1)
shreyhweb
Shopify Partner
630 109 113

This is an accepted solution.

@Migsz 

 

please add the given code above </body> in theme.liquid

 

online store >> edit code >> theme.liquid

 

<style>

@media screen and (min-width: 641px){
.header {
padding: 0 0 20px!important;
}
}

</style>

 

after added looks like 

shreyhweb_0-1679220264082.png

 

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com

View solution in original post

Replies 4 (4)

shreyhweb
Shopify Partner
630 109 113

Hello, please give me the store URL. after that i help you.

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
Migsz
Excursionist
14 0 4

Sure, sorry for tooking too long to reply.

www.vintaggioco.com

shreyhweb
Shopify Partner
630 109 113

@Migsz  not an issue

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
shreyhweb
Shopify Partner
630 109 113

This is an accepted solution.

@Migsz 

 

please add the given code above </body> in theme.liquid

 

online store >> edit code >> theme.liquid

 

<style>

@media screen and (min-width: 641px){
.header {
padding: 0 0 20px!important;
}
}

</style>

 

after added looks like 

shreyhweb_0-1679220264082.png

 

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com