I need to delete the whitespace that the_excerpt();
function returns me. I noticed it gives me whitespace before the whole text only where in the page images goes first and only after goes text.
I tried str_replace();
and trim();
none of them helped.