Header Height & Other Header Questions

Hey there! I am moving over from Bridge theme. Had a few questions.

  1. How can I adjust the header height?

  2. How can I make the sub-menus show at the bottom of the header, not just below the menu item. I don’t like the overlap.

I am using current versions of everything.

Hey Andrew,

Thanks for getting in touch! The header height can be adjusted in the customizer under header layout > padding. The other item you mention above would need to be accomplished with custom CSS. Would you like assistance with that? If so, go ahead and send along your site URL and we can take a look.

Best,
Billy

I understand you can change the padding, but that doesn’t make the logo smaller (like it does when fixed header is enabled when you scroll).

And ya, I’d def like some help with that.

joy.creativeministrydesign.com

Thanks for bearing with me.

Hey Andrew,

If you want to make your logo smaller, I would suggest editing it via PS, reduce the size, then upload it again. Or if you really want it via custom CSS, you can add this under Theme Customizer > Code > CSS Code. You can play around with the value.

.fl-logo-img {
  width: 150px;
}

Ben

Okie doke. Can you help me out with the CSS for the other question? Regarding the sub-menus

Here you go, Andrew. You’ll need to adjust the margin to your liking.

.fl-page-nav-right .fl-page-nav ul.sub-menu {
    text-align: left;
    margin-top: 18px;
}

Best,
Billy

gotcha. is there a thread on the forum you know of that gives different customizations for the header. like transparent headers, adding buttons, adding widget areas, removing shadows from sub menus, ect.

We have the below area that we are always adding to. In addition, searching the forum usually works as well as there are a ton of different CSS snippets in here.

http://forum.wpbeaverbuilder.com/kb/css-snippets-theme/

Best,
Billy

Hey guys, I’m currently rebuilding my site with Wordpress (Coming from Rapidweaver) and I was Just wondering if/ How I could get the effect of My site logo extending out of the Nav bar like it is on my old site?
www.in2drums.com

Also I had already done a fair amount of work using the Tesseract Theme and have now switched to the beaver builder child theme But there are a few items that I liked Before that I would like to add again such as -

*Cart icon on the Top Right of Header.
*Login & Sign-up Buttons also in the top right side of header.
*Site Logo and Copyright text in the Footer.

Any help on how I could achieve these things with BB would be much appreciated.

Handling Blueflamman’s inquiry via email.