Support » Plugin: BuddyPress Registration Groups » Help with CSS

Viewing 1 replies (of 1 total)
  • Plugin Author hardlyneutral

    (@hardlyneutral)

    Yes, the easiest way to address this would be to override the CSS. The following CSS in the plugin is the culprit:

    #registration-groups-section {
        float: right;
        width: 48%;
    }

    I would override that with something like:

    #registration-groups-section {
        width: auto;
    }

    Let me know if that helps. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Help with CSS’ is closed to new replies.