Skip Navigation

[Resolved] Ubermenu gets additional height using Toolset

This thread is resolved. Here is a description of the problem and solution.

Problem: I have an Ubermenu that receives extra padding when Toolset is active, making it appear too tall.

Solution: Override the padding applied by the Divi theme with this CSS:

#left-area #ubermenu-nav-hoofdmenu-2 {
  padding-bottom:0;
}
This support ticket is created 6 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by Bob 6 years, 2 months ago.

Assisted by: Christian Cox.

Author
Posts
#918743

Bob

On pages where Toolset is involved, our Ubermenu get's extra bottom padding as it seems. All margins and padding are set to zero on the containing Divi sections.

An example page where this occurs: hidden link
As apposed to: hidden link

Any ideas?

You can use the same access credentials as in the private section of this message: https://toolset.com/forums/topic/calculate-age/#post-917895

I have made a full backup 🙂

#919048
padding.png

It looks like the padding is actually coming from the Divi theme, it's just not affecting other pages because the markup structure is different. This page has no #left-area, so the same styles do not apply:
hidden link
See the attached screenshot.

Ubermenu takes this padding into account when it calculates the minimum height required, so I think you can get around this by adding the following override CSS in Appearance > Customize > Additional CSS, or in a Content Template's CSS panel, etc.

#left-area #ubermenu-nav-hoofdmenu-2 {
  padding-bottom:0;
}

That should manually reset the bottom padding before the calculation is performed.

#919217

Bob

Sweet! Totally missed that. Thanks Christian!

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.