Re: :) how to make my profile
in the right position..???
and put my scrollbar in the left..??
Use this in your CSS file
[quote]#flo_wrapper { position: absolute !important; left: auto !important; right: 0px !important; }
#footer_container { display: none !important; }[/quote]
I hide the footer because once the #flo_wrapper has been altered into an absolute position, the footer will be placed on the top where as it overlaps the header.