Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Huge gap before Buddypress Profile


  • Rapforthemoment
    Participant

    @rapforthemoment

    Hey Buddypress community. I have this huge gap between my buddypress profile. It’s a good couple inches long, a big white space. I don’t know how to get rid of it. It can’t be ordering, can it? I have posted an image I took of the problem here:

    http://rapforthemoment.com/battles/

    Please help. This throws off my entire site. Thank you all in advance!

    -Jeff

Viewing 7 replies - 1 through 7 (of 7 total)

  • mcpeanut
    Participant

    @mcpeanut

    @rapforthemoment Normally where you have that big white space would be your avatar picture and last status update info etc, have you removed them? or is this a problem with your theme? also a quick inspection of your code says you have a line height of 150% in your body that could be causing this, go to your stylesheet and adjust this to say 28px on line 487,

    So go to your child themes style.css and search for line 487 and change the 150% to 28px as a starting point, then save and check your website, this will effect the line height of everything so if your not happy try a different value or reset it back.


    mcpeanut
    Participant

    @mcpeanut

    Make a backup of this file first if your not used to editing it!


    mcpeanut
    Participant

    @mcpeanut

    SCRAP THAT IVE HAD A CLOSER LOOK FOR YOU! i have the solution give me a min, i didnt think my answer sounded right.


    mcpeanut
    Participant

    @mcpeanut

    on line 1467 of style.css change this

    .content-headline {
        float: left;
        margin: 0 0 20px;
        width: 100%;
    }

    to this, or just copy the below code directly to your childthemes css

    .content-headline {
        float: none !important;
        margin: 0 0 20px;
        width: 100%;
    }

    that should make your avatar appear in that area along with your last status update please disregard my first answer i only took a very quick look first time.


    Rapforthemoment
    Participant

    @rapforthemoment

    Thank you SO much for your help! I have stepped away from my computer at the moment but in a short time I’ll be able to test out this code! Thank you in advance for your extensive amount of support!


    mcpeanut
    Participant

    @mcpeanut

    @rapforthemoment hey, im glad the fix worked for you bud, i noticed you have used the code after re-visiting your website just now, nice website btw, i like the idea behind it 🙂


    Rapforthemoment
    Participant

    @rapforthemoment

    Works PERFECTLY! Better than expected! Couldn’t be happier! Thank you 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Resolved] Huge gap before Buddypress Profile’ is closed to new replies.
Skip to toolbar