Skip to:
Content
Pages
Categories
Search
Top
Bottom

A little help with member theme

  • @sgrunt

    Participant

    hi all, i’d like to customize more the member theme.

    Actually (example: http://wikiroma.it/members/sgrunt) the avatar column takes too much space and so i’ve white space under the big avatar.

    I’d like to put the avatar above the profile name, enlarging the right column.

    In a few words: i want userbar, optionsbar, and then only one big column on the right, with the big avatar on its top.

    Can gimme some tips for doing it? tnx!

Viewing 10 replies - 1 through 10 (of 10 total)
  • @johnjamesjacoby

    Keymaster

    buddypress-member/css/base.css – line apx 477 – remove

    float: left;

    bp-core/css/structure.css – line apx 110 – remove

    float: left;

    bp-core/css/structure.css – line apx 64 – remove

    margin-left: 200px;

    Give that a shot?

    @sgrunt

    Participant

    thanx John, i try your code and i tell you in a few minutes!

    @johnjamesjacoby

    Keymaster

    I’ll be here :)

    @sgrunt

    Participant

    you are great, it works! only a little little thing: could you help me in putting the profile name on the right of the avatar? in this way i’ll avoid all the blank space on the right of the avatar.

    @johnjamesjacoby

    Keymaster

    buddypress-member/css/base.css – line apx 495 – Make that be…

    .main-column h1 a, #blog-info h1 a {
    color: #646464;
    margin: -120px 0 0 200px;
    position: absolute;
    }

    @sgrunt

    Participant

    you know very well the bp css :-)

    it’s all working…member pages looks great but….grrrr..entering a group page it looks a bit weird. in a moment i’ll post a screenshot to better explain.

    @johnjamesjacoby

    Keymaster

    I’ve made my way around the block a few times.

    I didn’t really test it in all areas, so you may need to tweak some things, like the group page, or a page without an avatar that is within the members area…

    @sgrunt

    Participant

    it is the shot: http://wikiroma.it/group.gif

    however thank you so much, i’ll try to tweak the css!

    @johnjamesjacoby

    Keymaster

    You bet!

    Basically my little tweak didn’t accommodate for the additional little areas that can be in the same little area underneath the avatar.

    You may need to tweak more than CSS to make that work, since that area could grow long with moderators and things.

    @sgrunt

    Participant

    sorry John it’s me again. I’m working on css but i need to change the page that shows a single group. Can you tell me what is that page? thanx again

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘A little help with member theme’ is closed to new replies.
Skip to toolbar