Pique Menu

  • Unknown's avatar

    On my homepage, there is whitespace above the menu bar where the site logo, title and small description used to be, but now it just looks weird and I am wondering how to remove it. The same goes for the menu on pages like FAQ, where there is extra space atop it that I want to remove. Will I need some CSS?

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    You can try this:

    /*Remove the gap above the menu*/
    .pique-frontpage #masthead .site-branding {
    	display: none;
    }
    .admin-bar.pique-frontpage #masthead {
    	top: 0;
    	padding-top: 0.5em;
    }

    If that doesn’t work, please start a live chat at https://wordpress.com/help/contact for more help with this.

  • The topic ‘Pique Menu’ is closed to new replies.