Copyright footer disappears in mobile view

When testing my site the copyright footer displays fine on a desktop browser, but on a mobile browser, the copyright footer disappears. The footer menu appears but the col-md-6 that holds the copyright info disappears.

The only changes I have made to the footer is deleting the php in for the theme info. I am working with a child theme

				div class="col-md-6">
					p class="copyright">All Rights Reserved a href="http://www.rppsplash.com">Revolution Print and Packaging</a 2017</p
				</div

(I took out the <>s so that the code would show)

I have attached a screenshot of the footer missing and what it should look like from the test site.

How do I fix the footer so that the copyright info shows on the mobile version.

Hey there,
I hope you’re doing well today

I’m not clear on the code you use, however please try the following in copyright section and let me know if it works for you.
<p>All Rights Reserved <a href=”http://www.rppsplash.com”>Revolution Print and Packaging</a> 2017</p>

It should display properly.

Best Regards,
Support

I don’t know why, but that worked. Thank you!

Hey there,
Thank you for keeping in touch

You’re welcome.
Let us know if you have any more problems.

Best Regards,
Support