Quote Originally Posted by billc108 View Post
Ok. Makes sense. The site uses a custom template which probably came out before the responsive templates existed.

Would I have to create a separate contact page template to insert into their custom templates? I didn't see such a thing in the responsive templates, so I assume I'd copy the one at includes/template_default/templates/tpl_contact_us_default.php and tweak to match the site? Is that one responsive these days?
template_default is not responsive, but responsive_classic is although it also creates its responsiveness by a bunch of changes to its /common/html_header.php file.

That said, it's not just a /templates/ sub-directory file-copy since all responsive templates gain their responsiveness via html_header.php additions.