Help - Search - Members - Calendar
Full Version: remove space at the wayy bottom
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
andygirl817



i want to remove the space, or compress the space, in between my module the bottom links and the myspace copyright but i just can't find a code for that. i'm using v.2. below are the codes currently in use:

CODE
profile 2.0 module manager  { http://abrax.us/katamari/profile2.0modulemanager.php }
div.basicInfoModule div.basicInfoDetails blockquote span.status {display:block;}
div.basicInfoModule div.basicInfoDetails h1.profileFullName {display:none;}
div.basicInfoModule div.basicInfoDetails blockquote span.date {display:none;}
div.basicInfoModule div.basicInfoDetails blockquote span.view {display:none;}




div#topnav a {font-family:arial; font-size:9px;}



div#googlebar {display:none;}


div.basicInfoModule div.moduleTop, div.basicInfoModule div.moduleBottom {display:none;}
div.basicInfoModule div.moduleMid, div.basicInfoModule div.moduleMid1 {border:0px;}


div.basicInfoModule div.basicInfoDetails span.urlLink a {display:none;}


li.sendGift.odd.last a{display:none;}



div.pageLinks em {display: none;}
div.pageLinks ul li a { display: none;}



.a {hide ALL module headers}
div.module h3.moduleHead {display:none;}

.a {hide ALL module SUB-headers}
div.module h4 {display:none;}

.a {hide the SUB-header text in the details section}
div.detailsModule div.moduleBody ul.moduleList li strong {display:none;}




.a {background color above the navigation bar}
div#googlebar, div#leaderboard {background-color:#000000;}
.a {colors for navigation bar}
div#topnav, div#header div#topnav ul li a, div#header div#topnav ul li a small {color:#ffffff; background-color:black;}
div#topnav {background-color:#000000;}

.katamari {remove navigation bar borders}
div.wrap div#header div#topnav * {border:0px;}






body, table, tr, td, div, .commentsModule, .blogsModule, .friendSpaceModule, .blurbsModule, .interestsModule, .basicInfoModule, .detailsModule, .schoolsModule, .companiesModule, .networkingModule, .calendarModule, .mdpApplicationModule {text-transform:lowercase;}
body a, table a, tr a, td a, div a, .commentsModule a, .blogsModule a, .friendSpaceModule a, .blurbsModule a, .interestsModule a, .basicInfoModule a, .detailsModule a, .schoolsModule a, .companiesModule a, .networkingModule a, .calendarModule a, .mdpApplicationModule a {text-transform:lowercase;}



div.basicInfoDetails h2 {font-family:Courier New; font-size:40px; color:white}



h3 {text-decoration:underline}


div.musicPlayerModule {text-align:center;}




#nav1000034 {display:none;}
#nav1000035 {display:none;}
#nav1000036 {display:none;}
#nav1999999 {display:none;}
#nav3500015 {display:none;}
#nav1000037 {display:none;}


and here is the link to my myspace in case you need it:

Visit My Website
fixtatik
Assuming you can still use IDs in MySpace 2.0 (I don't know; the profile editor doesn't work on my computer), try something like this:
CODE
#footer { position:relative; top:-30px; }
andygirl817
aweesome. thanks. that helped with the bottom links. do you know any codes for the myspace copyright??
fixtatik
Get rid of the other one and use this instead:
CODE
.column0 { position:relative; bottom:-30px; margin-top:-40px; }
.blurbsModule { margin-bottom:-15px; }
#footer br { display:none; }

It also gets rid of some of the space between your modules, so you can tweak it if you don't like that.
andygirl817
ahaha yAyyyyy.
that worked the only thing is i used this instead:
CODE
#footer { position:relative; top:-35px; }
.blurbsModule { margin-bottom:-5px; }
#footer br { display:none; }


i tried tweaking the:
CODE
.column0 { position:relative; bottom:-30px; margin-top:-40px; }


but i didnt really see what it did.
fixtatik
It was supposed to move the "Who I'd Like to Meet" column. But if you got it to work a different way, that's also good enough.
andygirl817
okayyy cool.
well then, thank you fer yur help
:)
manny-the-dino
Topic Closed and Moved
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.