This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #128028
     jryz
    Participant

    Hi , i want to customize buddypress register page to have box layout for my register form and how to break my form into 2 columns for example :

    1.      2.                           1.

    3.      4.  instead than    2.

    3.

    4. check attachment below

    Attachments:
    You must be logged in to view attached files.
    #128103
     Radu
    Moderator

    Hi,

    Use this css

    COPY CODE
    
    .register div#basic-details-section {
        width: 49%;
        float: left;
    }
    
    .register div#profile-details-section {
        width: 49%;
        float: right;
    }
    

    The css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #130114
     jryz
    Participant

    problem settled.

    #130120
     Radu
    Moderator

    Great,

    Have a nice week

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

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

Log in with your credentials

Forgot your details?