Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #280516

    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.

    Problem

    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.

    #280518

    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

    #281080
    This reply has been marked as private.
    #281151

    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

    #281314

    Thanks!

    #281318

    Hey!

    You are welcome, always glad to help! :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Side bar text alignment’ is closed to new replies.