You are viewing a post by simpleMe. View all 691 posts in Paste the code below on your [b]C.S.S. Extension file.[/b] [code].controlpanel,.photos,.blogs,.reviews,.moreabout,.publiccomments,.scrapbook,.Widget,.AppModule{ position:relative;left:150px!important.
i tried this script and the problem is the scrollbars appear and its not center coz the hide is not working
in order to make this trick work you should hide the sideboxes
this part should be change
[quote]overflow:auto[/quote]
into
[quote]overflow:auto visibility:hidden!important[/quote]
and this part should be change
[quote]body { overflow-x: visibility:hidden!important }[/quote]
into
[quote]body { overflow-x: hidden!important }[/quote]
and last to change is
[quote]{ display:none!important }[/quote]
into
[quote]{ display:none!important[b];[/b] }[/quote]
coz you forgot this part
[b];[/b]
so this is the the code now
<">
Last edited by simpleMe (2008-06-03 21:44:15)