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
Viewing 3 reply threads
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.
Support forum for Event Espresso 3 and Event Espresso 4.