How do I change height of Nav Bottom?

Is there a way to change the height of the Nav Bottom menu?

Thanks, chris

Hey Chris,

This CSS snippet should get you pointed in the right direction! Just adjust the padding to your liking.

.fl-page-nav-wrap {
  padding: 10px;
}

Best,
Billy

hello, This doesn’t seem to be changing the height on my system.

Thanks, Chris

Hey Chris,

The snippet above works just fine for me. Do you mind sharing the URL of the site you are working on so we can check?

Ben

[Content Hidden]

Hey Chris,

Try this snippet instead.

.fl-page-nav-bottom .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target, html body a#festi-cart.festi-cart.festi-cart-customize {
  padding-top: 50px;
  padding-bottom: 50px;
}

Let us know how it goes!

Ben

Ben, this doesn’t seem to do anything either.

Chris

Hey Chris,

Do you mind sharing temp admin access to the site so I can test the CSS from the backend? You can use the private reply option below.

Ben

Ben, This looks like a WooCart Pro Issue. And I am also using Ubermenu. Chris at Ubermenu pointed out that WooCart Pro is what is causing the sizing problem.
Sorry for the confusion.
Thanks for your help, Chris

[Content Hidden]

[Content Hidden]

Hey Chris,

I logged in to your site, placed the code I had above under Theme Customizer > Code > CSS Code and it works just fine.

Ben

Ben, thanks. Everything appears to be working now.

Chris

Hey Chris,

No worries! Enjoy The Beaver! :slight_smile:

Ben