Hi @antibiz,
Could you help me with a few screenshots of where you are referencing for the specific the text and image widget? I looked at the site and might be missing it right in front of me. Is it in the sidebar, footer, etc…
Thanks!
This white space was in the BELOW HEADER widget area, and it was a text widget. The white space was below the text widget and the image widget in the below header area.
The storefront team helped me solve this.
i had in the style.css a 1 EM to the padding when it should of been 0 em in the header region
then I added additional css to make sure it worked
.header-widget-region .widget {
padding: 0;
padding-top: 1em;
}
Hi @antibiz,
Ah got it, thank you for helping clarify and letting us know you’d solved it.