Hi Zlatko Gyuzelev,
In addition, please edit the template.css file in "your_site/templates/sj_business/css", finding:
#yt_top,
#yt_header,
#yt_menuwrap,
#yt_slideshow,
#yt_breadcrumb,
#content,
#yt_article-slider,
#yt_var1,
#yt_var2,
#yt_footer,
#yt_spotlight1,
#yt_spotlight2,
#yt_footnav{
width:100%;
float:left;
}
change to:
#yt_top,
#yt_header,
#yt_menuwrap,
#yt_topmenu,
#yt_slideshow,
#yt_breadcrumb,
#content,
#yt_article-slider,
#yt_var1,
#yt_var2,
#yt_footer,
#yt_spotlight1,
#yt_spotlight2,
#yt_footnav{
width:100%;
float:left;
}
Thanks