Skip to:
Content
Pages
Categories
Search
Top
Bottom

Solved – Profile Field Box Issue

  • @swalky

    Participant

    Hello

    I have a formatting issue with the appearance of my registration page. The profile field box height is not tall enough (see attached).

    I am using BPProfile Search 5.3.3 with BP 6.0.0.

    screenshot

Viewing 4 replies - 1 through 4 (of 4 total)
  • @mercime

    Participant

    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

    @swalky

    Participant

    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

    @mercime

    Participant

    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;
    }

    @swalky

    Participant

    Thank you very much this has solved the problem 🙂 i will feedback the issue to the author.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar