Re: [b]Updated[/b]
[code]/* One Column Friends List */
.friends .flogrid75 {
margin:0 -17 0 100;
width:75;
}[/code]
put in your external CSS.. :thumbsup:
go here --> [url]http://theftalk.com/t2376-
The old CSS for One Column Friends List is this :
[quote]/* One Column Friends List */
#[b]friends_2_2[/b] div .boxcontent{width:100%;align:center;}
#[b]friends_2_2[/b] .flogrid75{align:center;width:75px;padding-left:90px;}
#[b]friends_2_2[/b] div .viewall{text-align:center;width:100%;}[/quote]
Just change the bold part with [b]content_2[/b] (based on Friendster Div ID/Class thread by Xavierkym). So the final CSS script for One Column Friends List is :
[quote]/* One Column Friends List */
#content_2 div .boxcontent{width:100%;align:center;}
#content_2 .flogrid75{align:center;width:75px;padding-left:90px;}
#content_2 div .viewall{text-align:center;width:100%;}[/quote]