I guess without a testable code which shows the situation you won't get a fix. I guess a compilable MWE would also contain the definition of \resitem, which is an unknown macro here.
I am sorry for my previous post. I'll try to make myself better understood.
My problem is that I can't get my itemize justified with the whole document. My item is always going outside of the right margin, so it is not a justified text anymore.
My paragraph has an uneven alignment (not justified). I don't want a right or left alignment, but just justified.
Should this happen in that class of document? I've seen solutions for beamer, but in my case, I'm lost..
dieinfolk wrote:I don't want a right or left alignment, but just justified.
Full justification is the default. In an earlier post you used \raggedright which switches to left justification and ragged right margin. Just remove that.
The last example is not useful, it doesn't show anything. It's not compilable, there's no output even if I add \begin{document} etc. text is commented out instead of inserting dummy text which breaks compilation (closing brace commented out). It remains fictional, no test, no comparison, no verification. I just tell you so you could make it better next time. Please follow this link to learn how to improve question code: minimal working example (beside Thorsten's links). It's just for helping you to get a solution more quickly and to make the life in the forum easier.