-
AuthorPosts
-
June 16, 2014 at 1:23 pm #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:
- This topic was modified 10 years, 5 months ago by absurdity69.
June 16, 2014 at 1:24 pm #279392Hey absurdity69!
Can you post the link to your page where you have bbPress login widget?
Regards,
YigitJune 16, 2014 at 1:27 pm #279396This reply has been marked as private.June 16, 2014 at 1:31 pm #279398Hi!
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,
YigitJune 16, 2014 at 1:41 pm #279405Yigit, 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 10 years, 5 months ago by absurdity69.
June 16, 2014 at 1:45 pm #279408Hey!
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!
YigitJune 16, 2014 at 1:57 pm #279419Thanks Yigit.
I tried float: center to centre everything but that failed. Can you give me a hand again?
June 16, 2014 at 1:59 pm #279420Hey!
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!
YigitJune 16, 2014 at 2:34 pm #279458Yigit, 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; }
June 16, 2014 at 2:36 pm #279459Hey!
Do you mind creating a temporary admin login and posting it here privately so i can take a look?
Best regards,
YigitJune 16, 2014 at 2:37 pm #279460This reply has been marked as private.June 16, 2014 at 4:14 pm #279517Hi!
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!
YigitJune 17, 2014 at 10:27 am #279918I’m such a noob!!! Argg, I’m quite annoyed with myself here.
Thanks Yigit.
June 17, 2014 at 3:23 pm #280039 -
AuthorPosts
- The topic ‘BBpress-login-widget-problem with theme’ is closed to new replies.