BuddyDev

Search

[Resolved] Moderation Tools – Report Button position

  • Participant
    Level: Enlightened
    Posts: 72
    Vivek Mathur on #25009

    Hi,

    I have set up the BP Moderation tools and it seems to be a great plugin.

    However I have an issue with the placement of the “Report” button on mobile as it seems to be floating all over the place on post pages, and on BP group page

    https://yopune.com/10797/methodological-recommendations-when-it-comes-to-99/

    Can you pls advise how to fix/ align the button?

    thanks, Vivek

  • Keymaster
    (BuddyDev Team)
    Posts: 24593
    Brajesh Singh on #25022

    Hi Vivek,
    Thank you for reporting.

    It seems you have following code in your child theme

    
    @media (max-width: 767px)
    .bpmts-moderation-button-wrap.generic-button {
        position: absolute;
        top: -50px;
        right: 0;
    }
    
    ....some other code
    
    }
    

    This is causing the issue. It is most probably added by someone to fix the positioning on button on some other place and has the side effect here.

    If you can tell me why this code was added originally, I may be able to provide a better context specific solution.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 72
    Vivek Mathur on #25055
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24593
    Brajesh Singh on #25086

    Hi Vivek,
    Just checked again.
    It is still in your child theme’s stylesheet. Please recheck.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24593
    Brajesh Singh on #31550

    Marking resolved due to lack of activity.

    Regards
    Brajesh

The topic ‘ [Resolved] Moderation Tools – Report Button position’ is closed to new replies.

This topic is: resolved