• Resolved jairdiaz

    (@jairdiaz)


    Hello;

    I am not using the pre-header and I want to extend the header at the top of the page, removing the space betwen the pre-header ann header is there a CSS function that I can use?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author David Vongries

    (@davidvongries)

    Hi @jairdiaz,

    sorry for the confusion.

    You said you’re not using a pre-header but want to remove the space between the pre-header & header. I’m not exactly sure what you’re trying to achieve 😀

    Best,
    David

    Thread Starter jairdiaz

    (@jairdiaz)

    Hi David,

    Thanks for your reply, my apologies if I wasn’t clear, What I want to do is to put the menu at the very top of the page (in the pre-header section)

    Thanks
    Jair

    Theme Author David Vongries

    (@davidvongries)

    Hi Jair,

    you can adjust the height (padding) of the actual navigaiton under Header > Navigation > Header Height.

    Is that what you’re looking for?

    Best,
    David

    Thread Starter jairdiaz

    (@jairdiaz)

    Hi David,

    I adjusted the header height but still there is a blank space.

    This is the site Gamificalia

    Thanks
    Jair

    Theme Author David Vongries

    (@davidvongries)

    Hi,

    please try to add the code below in the customizer under the “Additional CSS” tab:

    .wpbf-nav-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Reduce the space between preheader and header’ is closed to new replies.