Cannot say with just your screenshot whether it’s the theme or the plugin that’s causing the issue. Here are some links which can help you identify the CSS selector to adjust line-height and/or margin of your select fields.
~ https://developers.google.com/web/tools/chrome-devtools/css/reference#view
~ https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector/How_to/Examine_and_edit_CSS
I appreciate the help but CSS is beyond my capabilities.
Any chance of obtaining a snippet to correct this? You should be able to view the issue by visiting http://www.swalky.com/register
Thanks
Your theme’s grimlock-buddypress plugin set style of the BuddyPress select form with no wiggle room for the font-size they set on the select options. Following is a quick fix. You should ask your premium theme author where you should add the style fix as we have no access to the paid theme. The theme author should provide you with free support for the premium theme.
#buddypress .standard-form select {
padding: .3rem 1.25rem;
}
Thank you very much this has solved the problem 🙂 i will feedback the issue to the author.