This topic has 2 replies, 2 voices, and was last updated 9 years by Taylor.

  • Author
  • #66232
     Taylor
    Participant

    Hi there… How can i decrease the space between registration questions? Or remove empty line space between the question, text box, and verbiage/wording underneath??

    Attachments:
    You must be logged in to view attached files.
    #66236
     sharmstr
    Moderator

    Try this in your css

    COPY CODE
    
    #buddypress .field-visibility-settings, #buddypress .field-visibility-settings-toggle, #buddypress .field-visibility-settings-notoggle {
        padding: 0;
        margin: 0;
    }
    
    #register-page input[type="text"], #register-page input[type="password"], #register-page input[type="date"], #register-page input[type="datetime"], #register-page input[type="datetime-local"], #register-page input[type="month"], #register-page input[type="week"], #register-page input[type="email"], #register-page input[type="number"], #register-page input[type="search"], #register-page input[type="tel"], #register-page input[type="time"], #register-page input[type="url"], textarea {
        margin: 0;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #66267
     Taylor
    Participant

    Ok thank you kindly

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?