What's your biggest current challenge? Have your say in Community Polls along the right column.

White spacing appearing

White spacing appearing

Desire4
New Member
9 0 0

I have been designing my website but ive facing a bug and any help would be greatly appreciated. When i scroll down on my phone a white space appears for a split second and it looks bad. Is there any code that would fix this? or maybe make it black to make it less noticeable?

Website: desirestreetwear.co

 

Screenshot (18).png

Replies 3 (3)

store-crafters
Shopify Partner
24 1 2

#MainContent.focus-none {
background: #000 !important;
}
place this above code in your base.css file in code editor, this will hide the white color and replace it with black, that will make it less noticeable 🙂

store-crafters
Shopify Partner
24 1 2

#MainContent.focus-none {
background: #000 !important;
}
did above code work for you? , if yes do leave a like 🙂

Desire4
New Member
9 0 0

yes and no it stopped the white but it just made my product background black so it didnt really help.