In the user profile I get a huge gap between the node content and the navigation bar (see the attached file). I have tried to correct it without success.
Can someone tell me how to fix this?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | user_profile_2.png | 47.68 KB | sapox |
| #3 | orange_user_profile_misalignment.png | 51.94 KB | sapox |
Comments
Comment #1
nomonstersinme commentedIt looks like you forgot to attach your image.. if you can provide me with an image or possibly a link i can help you solve this problem!
Comment #2
nomonstersinme commentedComment #3
sapox commentedYeap, sorry for that.
Here is the image. Unfortunately I'm developing this site offline so I can't provide any link.
The strange thing is this "gap" is present even in the default orange theme.
Hopefully the image can clarify what I mean.
Comment #4
nomonstersinme commentedAh yes.. this is an error of mine.. the gap was meant for a user profile picture.
To fix replace .profile h3 in css/style.css with:
And remove the following:
does that help?
Comment #5
sapox commentedThanks nomonstersinme.
It looks much better now, although the H3 title seems to have an indentation that I couldn't remove.
Comment #6
nomonstersinme commentedOh thats just the padding on the h3... if you change that to padding: 10px 0; that will go away. :)