Profile Info, How do I move the profile info down? |
![]() ![]() |
Profile Info, How do I move the profile info down? |
Sep 6 2008, 02:16 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Sep 2008 Member No: 683,217 |
First off, my nametext is displayed as none. I'm wondering how I can move profile info as a whole downward. Will it effect my left tables like my music, interests, &detials; if so how I can move the whole left column downward?
If anyone can assist, I would be highly appreciative. |
|
|
|
Sep 6 2008, 02:20 PM
Post
#2
|
|
![]() asdfghjkl; ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,121 Joined: Jul 2008 Member No: 665,416 |
CODE .interestsanddetails {position:relative; top:10px;} .userProfileURL {position:relative; top:10px;} .userProfileDetail {position:relative; top:10px;} .userProfileCompany {position:relative; top:10px;} .userProfileSchool {position:relative; top:10px;} .profileinfo {position:relative; top:10px;} .contacttable {position:relative; top:10px;} i think that'll work. if you have any other sections on the left side you would like to move down ask me what the .BLAH is. &the .WHATEVERS are pretty self explanatory. the profileinfo is the box with the picture. &just everything else down. change TOP to how many pixels you want it to move down from the top. add style tags of course |
|
|
|
Sep 6 2008, 02:35 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Sep 2008 Member No: 683,217 |
Is there a way to possibly move the music downward as well?
|
|
|
|
Sep 6 2008, 03:13 PM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Add this at the bottom of the code Niko provided:
CODE embed, object {position:relative; top:10px;}
|
|
|
|
![]() ![]() |