diff options
Diffstat (limited to 'templates/web/stevenage/footer.html')
-rw-r--r-- | templates/web/stevenage/footer.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/web/stevenage/footer.html b/templates/web/stevenage/footer.html index ee0fc15d5..c2944e97b 100644 --- a/templates/web/stevenage/footer.html +++ b/templates/web/stevenage/footer.html @@ -19,7 +19,7 @@ </li> <li> <h4>[% loc('Are you from a council?') %]</h4> - <p>[% loc('Would you like better integration with FixMyStreet? <a href="https://www.fixmystreet.com/about/council">Find out about FixMyStreet for councils</a>.') %]</p> + <p>[% loc('Would you like better integration with FixMyStreet? <a href="https://www.fixmystreet.com/about/professional">Find out about FixMyStreet Professional</a>.') %]</p> </li> </ul> </div> @@ -31,7 +31,7 @@ </div><!-- .container --> </div><!-- .table-cell --> - <div class="nav-wrapper"> + <div class="table-caption"> <header id="stevenage_cc_header" role="banner"> @@ -86,11 +86,11 @@ </div> </header> - - - <div class="nav-wrapper-2"> - [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area hide_mysoc_link=1 hide_privacy_link=1 %] + <div class="nav-wrapper"> + <div class="container"> + [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area hide_privacy_link=1 %] </div> + </div> </div> </div> <!-- .wrapper --> |