Now I got it to work, but I also discovered that I had to remove the title and subtitle because they were in the way of the slideshow and made it look messed up. So I deleted them with :
#featured,
.featured-title,
.featured-subtitle {
display:none;
}
, but now the whole white box disappeared. How can I replace the middle space where the white box was, with a slideshow?.
//www.bestgame-ever.com
Is it anyway to change the theme code maybe because now I can't add anything via shortcode since I removed the white space.