Hi Nexhat Isufi,
I am sorry for this late.
- Please go to: your_site\templates\sj_worldnews\index.php and add before </body> the codes:
<div id="divAdLeft">
<jdoc:include type="modules" name="ad_left" />
</div>
<div id="divAdRight">
<jdoc:include type="modules" name="ad_right" />
</div>
- then go to : your_site\templates\sj_worldnews\css\template.css and add at end file template.css the codes:
/*-----ad----*/
#divAdLeft{
width: 160px;
display: block;
position: fixed;
top: 50px;
border: 1px solid #ccc;
left: 15px;
height: 600px;
}
#divAdRight{
width: 160px;
display: block;
position: fixed;
top: 50px;
border: 1px solid #ccc;
right: 15px;
height: 600px;
}
- Go to your_site\templates\sj_worldnews\css\mobile.css and add at end file mobile.css the codes:
#divAdLeft, #divAdRight{
display:none;
}
Thanks!