BuddyBoss Home – Web Support Forums Plugins BuddyBoss Media buddyboss mobile add photo button styling in mobile view

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

    #62931
    @mth75

    @vapvarun

    Hi Vap, thx for the update. One small styling issue remind (i’m not sure if I allready reported this one). the “add photo” button styling in mobile view lost:

    float: left;
    clear: left;
    margin: 0 0 15px 15px;

    See screenshots, manually adding the margin does not work anymore.

    Best,

    Marc

    Answers

    #62987
    @vapvarun

    Hi @mth75,,You can use following css for now.

    
    @media screen and (max-width:720px){
    .buddyboss-activity-media-add-photo-button {
        margin: 5px 15px 0 10px!important;
    }
    }
    

    Regards
    Varun Dubey

    #63001
    @mth75

    @vapvarun , Thx for the quick reply.

    #63036
    @buddyboss

    Welcome, i have also notified to developer and it will be fixed in next update of BuddyBoss theme.

    Regards

    Varun D.
    BuddyBoss Support

    #70022
    @michael

    @mth75 This is officially patched in today’s release, version 4.3.2

    You can remove the custom code from your theme if you’d like.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘buddyboss mobile add photo button styling in mobile view’ is closed to new replies.