Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Modify Profile Details Location


  • carson7634
    Participant

    @carson7634

    Hello All,

    Is there a simple way to move the “Profile Details” section of the registration page to underneath the “Account Details” section?

    I mainly want to do this for viewing the registration form on a mobile device

Viewing 2 replies - 1 through 2 (of 2 total)

  • danbp
    Moderator

    @danbp

    Hi,

    a simple, but raw solution would be to use CSS. Something like:

    #buddypress .standard-form #profile-details-section {
       float: left; 
       clear: left;
    }

    But it’s raw and probably need some adjustment with your theme, and some mobile devices detection rules.

    Another solution could be to use this premium plugin, by BuddyDev.


    carson7634
    Participant

    @carson7634

    Thanks Danbp!

    I went with the css solution, while adding it within a detection for screen width

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] Modify Profile Details Location’ is closed to new replies.
Skip to toolbar