Essential Grid Navigation Dropdown Style

Hello!

If you see the screenshot of the dropdown nav for essential grid the spacing is weird.

  1. How do I line up the text so it is one line?
  2. How do align the content to the left?

I’ve tried messing with the CSS through the Nav Skin CSS in the Essential Grid plugin but can’t figure it out.

Thanks much!! :grin:

Please see secure note for url and login credentials.

Hello There,

Thank you for the very detailed post information. To resolve your issue, please make use of this custom css

body .esg-dropdown-wrapper {
    min-width: 220px;
}

body .esg-dropdown-wrapper .esg-filterbutton{
    padding: 0 20px;
}

Hope this helps. Kindly let us know.

This worked perfectly!

Thanks again!!

You’re always welcome!

Cheers.