re-alignment of 2.0 contact links |
re-alignment of 2.0 contact links |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 ![]() |
After i made my layout, the contact links(send message, add friend, add comment) got moved to the center of the basic info module. Is there any way i can move them back to the right of the module, underneath the url link?
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Remove these:
CODE {! Start Script: Copyright|myspace.com/lesterkyle !} div.basicInfoModule div.basicInfoDetails span.view {display:none;} {! End Script: Copyright|myspace.com/lesterkyle !} msc {position contact links} div.basicInfoModule ul.contactLinks {} div.basicInfoModule ul.contactLinks li {display:none;} div.basicInfoModule div.basicInfoDetails div.pageLinks em {display:none;} div.basicInfoModule div.basicInfoDetails div.pageLinks ul a {display:none;} div.basicInfoModule div.basicInfoDetails blockquote span.status {display:block;} div.basicInfoModule div.basicInfoDetails ul.contactLinks li.sendGift {display:none;} Those are separate bits. You need to look for each line and remove them accordingly. Then add this bit anywhere: CODE div.basicInfoModule div.basicInfoDetails ul.contactLinks {float: right; width: auto; padding-left: 400px;}
div.basicInfoModule div.basicInfoDetails blockquote {float: left; width: auto;} div.basicInfoModule div.basicInfoDetails .pageLinks {display: none;} |
|
|
![]() ![]() |