ok guys look
i downloated black_pearl from this site
what i changed was this two things:
#wrapper{
/* clear: both; */
margin: 0 auto;
width: 960px;
/* width: 90%; */
}
to
#wrapper{
/* clear: both; */
margin: 0 auto;
width: 90% !important;
/* width: 90%; */
}
and
<!-- DEFINE $MG_GLOBAL_WIDTH = '960px' -->
to
<!-- DEFINE $MG_GLOBAL_WIDTH = 90%' -->
i also checked on Joshua site and saw this:
so it happend also on Joshua site