FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Unverified Commit 1a3fd04a authored by Jamie Giberti's avatar Jamie Giberti Committed by GitHub
Browse files

Merge pull request #114 from misd-service-development/columnfix

Update page.tpl.php to solve layout issues at browser windows of less than 100%
parents 920fa67c f2deac5e
No related branches found
No related tags found
No related merge requests found
......@@ -406,7 +406,7 @@ $has_partnerships = isset($page['partnerships']) && count($page['partnerships'])
<?php endif; ?>
<?php if ($has_sub_content) : ?>
<div class="campl-column3 campl-sub-column-left-border campl-main-content-sub-column">
<div class="campl-column3 campl-main-content-sub-column">
<?php print render($page['sub_content']); ?>
</div>
<?php endif; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment