BuddyDev

Search

I need help with customizing the registration form!!

  • Participant
    Level: Initiated
    Posts: 5
    bluesweet on #33285

    How do I create a registration form that has one column?? I am using an OceanWP demo with buddypress.
    The registration is divides into 2 columns (wordpress and buddypress) – I want one column. How can I achieve this? Is there a code snippet I can use?? Please help – Thank you

  • Participant
    Level: Yogi
    Posts: 1105
    calu on #33303

    Try this code, it did it for me

    #buddypress .standard-form #profile-details-section {
        clear: both;
        float: left;
    }
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2934
    Ravi on #33306

    Hello Bluesweet,

    Thank you for posting. Please try the following css

    
    .buddypress-wrap .register-page .layout-wrap {
        flex-flow: column;
    }
    
    

    Regards
    Ravi

You must be logged in to reply to this topic.

This topic is: not resolved