Tribute_page Bootstraps Boxes

Hey i am quite new to HTML and am currently working on my Tribute page but encountered a problem i cant seem to fix.

Below my picture i put two Quotes in Boxes similar to the code where you practice jQuery, but instead of both being on the same line next to each other, one is below the other.

So my question is how would i have to code it so they appear on the same line ?

Thanks!

It looks like you forgot the -6 part in col-xs-6. col-whatever should also be the first level inside of row. Right now, it’s nested in well.

Thank you, i played with the -6 around but it didnt yield any result. I didnt think the nesting would be the problem.