• There is a big white gap between my top menu and slider and I can’t see how to get rid of it.

    • This topic was modified 3 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • lisa

    (@contentiskey)

    try this:
    *use a smaller top padding value to reduce the “big white gap” — add into “additional CSS” area of Appearance > Customize

    .page-template-template-homepage:not(.has-post-thumbnail) .site-main {
        padding-top: 4.235801032em;
    }
    
    .page-template-template-homepage .type-page {
        padding-top: 2.617924em;
        }

    *create a new topic in themes’ specific support area to request guidance
    https://wordpress.org/support/theme/storefront/

    Thread Starter cw2019

    (@cw2019)

    Thank you for your help! I have pasted that in but it is still showing the gap.

    lisa

    (@contentiskey)

    *did you make any changes to the padding-top value?
    example:

    .page-template-template-homepage:not(.has-post-thumbnail) .site-main {
        padding-top: 0;
    }
    .page-template-template-homepage .type-page {
        padding-top: 0;
    }

    *if the suggested change is not working on your site please create a new topic in the theme’s specific support area to request guidance
    https://wordpress.org/support/theme/storefront/

    Thread Starter cw2019

    (@cw2019)

    No, I hadn’t. I had just copied and pasted it. I’ve now replaced it with the 0 and the gap is now much slimmer, but there is still a gap. Do you know if there is a way to remove it completely?

    lisa

    (@contentiskey)

    Glad to hear you were able to reduce some of the gap.

    I think the theme’s specific support team would have more accurate guidance if the issue might be deeper.
    use this link: https://wordpress.org/support/theme/storefront/

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Gap between menu and slider’ is closed to new replies.