The best solution is to respect Bootstrap rules when nesting elements. A container
, inside it is a row
, inside it are several col
that do not exceed 12
. Then each paragraph is wrapped with a <p>
, etc.
Basically, your problem is using Bootstrap elements properly, not CSS.
Check out the improved version of your violin , also in full screen .
source share