Support

Home Forums Event Espresso Premium Dropdown Menus Not Displaying Inputs in Firefox

Dropdown Menus Not Displaying Inputs in Firefox

Posted: October 28, 2015 at 2:53 pm


derek feniger

October 28, 2015 at 2:53 pm

The dropdown menus display a line within the box rather than the selected category text in Firefox. How do I fix this?


Josh

  • Support Staff

October 28, 2015 at 3:14 pm

Hi Derek,

Can you post a link to the page that has the dropdown menu so we can investigate?


derek feniger

October 28, 2015 at 3:17 pm

Sure.

Scroll to the bottom of this page: http://oisummit.vizexplorer.com/

Then enter a quantity in one of the dropdown menus. In my Firefox it shows a line, not the text.


Lorenzo Orlando Caum

  • Support Staff

October 29, 2015 at 9:14 am

Hi Derek,

You can inspect any element on a page using a free tool like Chrome Developer Tools (available with Google Chrome) or Firebug (available as a web browser extension).

This will show you the CSS that is handling the styling including the file and line number.

Try this CSS to your custom.css file:

select{
    min-height: 20px;
    height: auto;
}

Then refresh the page to see the changes.


Lorenzo

The support post ‘Dropdown Menus Not Displaying Inputs in Firefox’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso