Activity

  • Anve S. replied to the question Right Align Follow Button in the forum Social Portfolio 8 years ago

    Hi @heavenlygiftedpeople,

    Please place the following css code in custom css option of child theme.

    @media screen and (min-width:481px){
    body.projects.bp-user #buddypress #item-header #item-meta #item-buttons .generic-button {
    float: none!Important;
    }
    }

    Regards
    Anve