I am trying to align two different elements on the same line. I got it to work but it completely messed up my logo. The two element
Your are:
test test
test
Use this:
#countr, #countl { display: inline-block; }
If doesn't work, then you can use this for countr
countr
#countr { float: left; }
This will make them float inline!