Skip to:
Content
Pages
Categories
Search
Top
Bottom

Mobile friendly registration?


  • earthingout
    Participant

    @earthingout

    Hi
    How do i make the registration form 1 column?
    or at least the profile form a sepperate page

    the 2 column registration page dosn’t display properly on mobile phones

    Regards
    Mark

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

  • David Cavins
    Keymaster

    @dcavins

    CSS. Something like this will fix up the default form:

    
    @media (max-width: 600px) {
    	#buddypress .standard-form #profile-details-section,
    	#buddypress .standard-form #basic-details-section {
    		float: left;
    		width: 100%;
    	}
    }
    

    earthingout
    Participant

    @earthingout

    Thanks for that
    CSS fixed it

    Regards

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