Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

  • Avatar of buddies
    buddies
    Participant

    @buddies

    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)
  • Avatar of Toby Cryns (@themightymo)
    Toby Cryns (@themightymo)
    Participant

    @themightymo

    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.

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

    Avatar of Hugo
    Hugo
    Moderator

    @hnla

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

    Avatar of buddies
    buddies
    Participant

    @buddies

    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/.

    Avatar of @mercime
    @mercime
    Keymaster

    @mercime

    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;
    }

    Avatar of Hugo
    Hugo
    Moderator

    @hnla

    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 ;)

    Avatar of buddies
    buddies
    Participant

    @buddies

    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)

You must be logged in to reply to this topic.