Archived topic
How do I move my site content up to the header?
9 replies · Started by Carsten on August 8, 2019
Hi there, I'm trying do move my image up to the navigation header without any white space
Some of the white space is padding, which I can remove, but the (blue) space in the primary content area I can't remove.
How do I remove this to get a look like FB?
Best
Carsten
front pass: dev
user: generatepress
pass: generatepress
Hi there,
Can you guide me to the page where I can see the issue live?
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
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?
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
Are you hoping to remove that space globally or just on that page?
On pages with cover image, that is own profile page and other members profile pages
Try this CSS:
body.bp-user.my-profile .site-content {
padding-top: 0;
}
body.bp-user.my-profile .entry-content {
margin-top: 0;
}
Hi Leo, perfect, thanks a lot!
Regards
Carsten
No problem :)