BuddyBoss Home – Web Support Forums Themes Boss. theme BuddyPress Security Check, CSS

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

    #45617
    @tomastd

    “BuddyPress Security Check” plugin is not centered as other fields in registration form.

    As it is a pluggin that you recommend, for spam prevention, I think you should know it.

    Regards!

    Answers

    #45648
    @vapvarun

    Hi @tomastd,
    Thanks for your input, List of plugin is getting larger for which we are keep checking for compatibility , some still need additional work.
    I have noted it, you can easily fix it with small custom css.

    Regards

    #46948
    @tomastd

    Hi, Sorry but not very skilled with CSS. I was waiting to 1.2.1 but has not been fixed.

    I know that is related with the class .security-question-section{}. But could you tell me what I should write inside {}? please.

    Is related with the margin attribute (when I uncheck it in firefox inspector it works) but cannot make it work.

    Thanks!

    #46953
    @vapvarun

    Hi @tomastd

    you can use following codes to custom css

    
    .security-question-section {
         margin: 0 auto !important;
    }
    

    Regards
    Varun Dubey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘BuddyPress Security Check, CSS’ is closed to new replies.