One line not scaling for mobile

Hello the site I am working on is http://gracedeposits.net/ The Problem is The line of text over the bible. This is supposed to show the verse of the day. Here the code I used below. This is the only line of text that will not scale to mobile . Is there anything I can do about this? I have used Text Align: Center  and that didnt work either. 
Thanks!

</center>
<h4>
<div style=" margin:0 auto; padding:7px; width:600px;">
<script type="text/javascript">
var votd1;
votd1 = null;
</script>
<script type="text/javascript" src="http://votd.Christ.com/biblevotd/votd-kjv.js">
</script>
<script type="text/javascript">
if (votd1 != null) {
document.write(votd1);
}
</script>
</div>
</h4>
</center>

Comments

Sign In or Register to comment.