• cfken

    (@cfken)


    For some reason under the header on my site is filled with empty space
    It only started happening when I switched to the Proteo theme.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter cfken

    (@cfken)

    On my 1080p display, when the page first loads the #slick-slide00 has a padding-top of 329px. When I shrink the browser window, then maximize it back, the issue is corrected and padding-top becomes 123px.

    Theme Author YITHEMES

    (@yithemes)

    Hello there,
    please add the following additional CSS to your Admin > Appearance > Customize > Additional CSS panel

    header + .yith-slider {
        margin-bottom: 0 !important;
    }

    or in your child theme style.css file

    Thread Starter cfken

    (@cfken)

    Hmm, that doesn’t change the space under the navigation.

    Proteo header space

    Theme Author YITHEMES

    (@yithemes)

    Hi again,
    the space below the header nav is cause by this custom css:

    https://prnt.sc/vo82rn

    Edit or remove it and you can achieve your goal

    Thread Starter cfken

    (@cfken)

    Hello, and thanks for replying

    I added that custom CSS as a stop gap fix to the issue. It results in a padding-top of 144px on my screen.

    Before the custom CSS, that padding would have been 329px, which is unusually large. When I would resize the browser window and remaximize it however, the padding would become 123px, which was reasonable and appeared correct.

    The case of the mysterious padding continues…

    with the insertion of the brand in the topbar space is created, if you remove the logo the space disappears

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blank Space Under Header’ is closed to new replies.