Here in this demonstration (bootply link):
<h2>Title <small><code>one line</code></small></h2>
I am attempting to vertically center the code element with the title. Despite trying to apply vertical-align: middle
to the code element (as recommended in this answer), it does not achieve the desired effect. Is there a way for me to position the code element higher up?
Your assistance is greatly appreciated.