I have been studying CSS and tried to do this on my own but I failed so Im back help to seek the help of the true masters of my universe.
I want the sidebar text “Forum Login to be centered”.
I asked previously and Yigit correctly helped me by using:
div.bbp-logged-in {
text-align: center !important;
}
h3.widgettitle {
text-align: center !important;
}
It seems as though the center attribute only worked on the bbp-logged in. I need help.
Thank you guys.
Hi absurdity69!
Please try adding following code to Quick CSS as well
.widgettitle {
text-align: center !important;
}
Please flush browser cache after applying the code. If that does not work, we may need a temporary admin login to take a look :)
Cheers!
Yigit
Hey!
I have added an extra custom CSS code to bottom of Style.css file, please flush browser cache and refresh your page a few times
Cheers!
Yigit
Thanks!