Hello Ruben,
Ok, maybe I didn’t properly understand what you meant.
Now I think I do.
Go to Appearance > Editor and select the index.php file.
Around line 52 you will see
the_excerpt();
replace that with
the_content();
Let me know if that doesn’t work.