BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Quick CSS help needed

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

    #57478
    @george123

    Would like to move the buttons over to the left on the profile page.

    Thanks in advance.

    Answers

    #57528
    @vapvarun

    Hi @george123
    Please paste site url to inspect proper css for you.

    for current buddyboss version look of complete different
    https://drive.google.com/file/d/0Bzv-k-FcE80idVl3RTRtUUY1QXc/view?usp=drivesdk

    Regards
    Varun Dubey

    #57601
    @vapvarun

    Hi @george123
    I have added corresponding css at your site

    
    @media screen and (min-width: 721px){
    #buddypress div#item-header div#item-buttons {
        padding-bottom: 10px !important;
        padding-left: 10px !important;
        float: left!important;
    }
    

    Regards
    Varun Dubey

    #57660
    @george123

    email sent.. couldn’t post for some reason.

    #57662
    @george123

    This works, but causes the other text to shift to the right.. how do I bring those down under?

    #57981

    Anonymous
    @

    Hi @george123,

    I have added corresponding css at your site

    @media screen and (min-width: 721px){
    #buddypress div#item-header div#item-buttons {
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    float: left!important;
    width:98%;
    }

    Regards

    #57991
    @george123

    Fixed. This can be closed. Thank you.

    #58077
    @vapvarun

    Great 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Quick CSS help needed’ is closed to new replies.