• Resolved Anti.biz

    (@antibiz)


    I need to remove the white space between the TEXT WIDGET and IMAGE WIDGET. But if I try editing it with Storefront designer it reduces the title size. Theres no way to do it with power pack without messing something else up.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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!

    Thread Starter Anti.biz

    (@antibiz)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fix spacing between Header widgets’ is closed to new replies.