Styling the registration page
-
Hi,
The two columns with ‘basic details’ and ‘profile details’ are horizontally aligned in the signup form, but this doesn’t look good when there are more profile (right) than basic (left) details – and it doesn’t look good on mobile either – it is not responsive.
My register page is currently open here
I have tried to just align the two columns vertically with:
#buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section {
float: none;
width; 90%;
}– what am I doing wrong?
Or, is there a better solution?
Thanks,
Lars
- You must be logged in to reply to this topic.