Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Why all my text stay in the middle?

  • @buddies

    Participant

    Hi, I use pinboard theme, and I use bp-template-pack to make buddypress compatible with my new theme. But now all the text on my site stay in the middle instead?! What did I do wrong during the conversion process? Please help, I want all the text to align on the left side as it should. Beforehand Thanks!

    My website is: http://justbefamous.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • @themightymo

    Participant

    This doesn’t solve your problem, but if you have not yet launched, you might wait until BP 1.7 is released. It will have theme compatibility built into core, so you won’t need bp-template-pack.

    https://buddypress.org/support/topic/buddypress-1-7/

    @hnla

    Participant

    Where is all the text in the middle, that’s not what I’m seeing, be more specific about issues please.

    @buddies

    Participant

    Thanks for your prompt response! The page where all the texts are in the middle is actually the profile page: http://justbefamous.com/members/buppha/.

    @mercime

    Participant

    There was no alignment in your theme’s style.css for the table elements.
    Add:
    padding-left: 10px;
    text-align: left;
    to

    table tr td, table tr th {
    vertical-align: middle;
    }

    @hnla

    Participant

    and always link directly to a page that shows the issue and explain where and on what elements it exists, don’t make us hunt for for things, make our lives a little easier 😉

    @buddies

    Participant

    Hi @mercime, thank you very much for your help. I have now managed to make all the texts on the profile page to align left instead of middle.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Resolved] Why all my text stay in the middle?’ is closed to new replies.
Skip to toolbar