Site logo

Archived topic

Styling for Buddypress Register page

4 replies · Started by andrew on April 20, 2017

Viewing posts 1–5 of 5

Hi there,

Give this CSS a try:

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

That didn't work, but this did the trick for solving the immediate pain:
`#buddypress .standard-form #profile-details-section {
float: none;
}

Strange, the above CSS does that exact thing in addition to making it 100% wide.

Glad you got it working either way :)

This archived topic is closed to new replies.