[Resolved] How do I move my site content up to the header?

Home Forums Support [Resolved] How do I move my site content up to the header?

Home Forums Support How do I move my site content up to the header?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #979378
    Carsten

    Hi there, I’m trying do move my image up to the navigation header without any white space

    View post on imgur.com

    Some of the white space is padding, which I can remove, but the (blue) space in the primary content area I can’t remove.

    View post on imgur.com

    How do I remove this to get a look like FB?

    View post on imgur.com

    Best
    Carsten

    front pass: dev
    user: generatepress
    pass: generatepress

    #979433
    Leo
    Staff
    Customer Support

    Hi there,

    Can you guide me to the page where I can see the issue live?

    #980167
    Carsten

    Hi Leo, yes, just take a look at the generatepress profile cover image to see the White Space between cover image and nav header.

    Regards

    Carsten

    #980203
    Leo
    Staff
    Customer Support

    Sorry not quite sure if I fully understand.

    When I go to your site I only see log and register in the menu items.

    Where can I see a page with the issue?

    #980222
    Carsten

    Hi Leo, you need to log in with the profile information I gave.
    If the profile is not the landing page go to the menu to ‘Min profil’ My profile, or other members profile to se the issue

    #980373
    Leo
    Staff
    Customer Support

    Are you hoping to remove that space globally or just on that page?

    #980533
    Carsten

    On pages with cover image, that is own profile page and other members profile pages

    #980585
    Leo
    Staff
    Customer Support

    Try this CSS:

    body.bp-user.my-profile .site-content {
        padding-top: 0;
    }
    body.bp-user.my-profile .entry-content {
        margin-top: 0;
    }
    #980766
    Carsten

    Hi Leo, perfect, thanks a lot!

    Regards
    Carsten

    #980925
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.