Dear Ola,
You can go to your_site\templates\sj_esport\layouts\main-left-right.xml and find:
<slideshow html5tag="section" order="4" id="yt_slideshow">
	 <positions>
		<position class="span12" style="ytmod" type="modules">slideshow</position>
	</positions>
</slideshow>
 
=>
<slideshow html5tag="section" order="4" id="yt_slideshow">
	 <positions>
		<position class="span9" style="ytmod" type="modules">slideshow</position>
		<position class="span3" style="ytmod" type="modules">news</position>
	</positions>
</slideshow>
 
You can add a module in 'slideshow' position and the latest articles module in 'news' position
Thanks