Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #279388

    My issue is very similar to :

    https://kriesi.at/support/topic/bbpress-login-widget-problem/

    I’ve tried to add both the code suggested by the thread starter and by Ismael but the css doesn’t seem to work, I think its been overidden by other css eventhough I used !important on all changes.

    Here is the image of the problem I want to fix:

    Issue

    • This topic was modified 9 years, 10 months ago by absurdity69.
    #279392

    Hey absurdity69!

    Can you post the link to your page where you have bbPress login widget?

    Regards,
    Yigit

    #279396
    This reply has been marked as private.
    #279398

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .bbp-logged-in h4 {
    margin-bottom: 15px !important;
    }

    Regards,
    Yigit

    #279405

    Yigit, can I ask, the Quick CSS in Enfold theme options, does this go within the Child Theme that I am currently using?

    • This reply was modified 9 years, 10 months ago by absurdity69.
    #279408

    Hey!

    Yes, you can add it to Quick CSS field in your child theme. You can also use Style.css file to add your custom CSS codes if you are using child theme. You can simply go to Appearance > Editor and add the code to Style.css file of your child theme

    Cheers!
    Yigit

    #279419

    Thanks Yigit.

    I tried float: center to centre everything but that failed. Can you give me a hand again?

    #279420

    Hey!

    Please try adding following code

    div.bbp-logged-in {
    text-align: center;
    }

    If you would like to center widget title as well

    h3.widgettitle {
    text-align: center;
    }

    Cheers!
    Yigit

    #279458

    Yigit, that didn’t work, it just reverted everything back to its original positions. In my style.css, I have:

    /*styling Bbpress login widget
    .bbp-logged-in h4 {
    margin-bottom: 14px !important;
    }
    
    div.bbp-logged-in {
    text-align: center;
    }
    
    h3.widgettitle {
    text-align: center;
    }
    #279459

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so i can take a look?

    Best regards,
    Yigit

    #279460
    This reply has been marked as private.
    #279517

    Hi!

    You forgot to close the comment in

     /*styling Bbpress login widget

    that stopped the code from applying. I closed it and it looks great now

    Cheers!
    Yigit

    #279918

    I’m such a noob!!! Argg, I’m quite annoyed with myself here.

    Thanks Yigit.

    #280039

    Hi!

    You are welcome, always glad to help! :)

    Regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘BBpress-login-widget-problem with theme’ is closed to new replies.