I need the code to hide the extended network and the blog without leaving the space. All the codes i use only hide them, but leaves the space.
I want to get rid of this.
http://i38.tinypic.com/2ls86tj.jpg
5 Answers
-
1. Hide your blog
<style>
.latestBlogEntry { display:none; }
</style>
2. Hide your extended network
<style>
.extendedNetwork { display:none; }
</style>
Now, it will leaves a space. But you can put your blurbs at the top
of your profile.
3. Codes for higher your blurbs
<style>td.text table {position:relative; top: -65px;} td.text table table {position:static;}</style>
.anonymous.
-
Hide Extended Network
-
A lot of insightful answers here
-
Thx for the answers EVERYONE xx
-
that is not actually true