BuddyBoss Home – Web Support Forums Solutions Social Portfolio Right Align Follow Button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #69055
    @heavenlygiftedpeople

    Hi,

    When I uploaded the BP Cover plugin it put the Follow and Message button in a weird place. See Attached. Can you send me some code that would right align this button to the right side of the screen?

    Thanks!

    Answers

    #69120
    @anve

    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

    #69186
    @heavenlygiftedpeople

    Perfect fix. Thanks Anve!!

    #69283
    @anve

    Hi @heavenlygiftedpeople,

    Great 🙂 , I’ll close this topic now . Please create a new topic for the further queries.

    Regards
    Anve

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Right Align Follow Button’ is closed to new replies.