I just wanted to add that at the top of the page would be best rather than below the banner.
Hi steven1,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
@media only screen and (max-width: 767px) #branding .info-bar { display: block; }
Thank you!