← back to Dw Theme Hamburger

templates/page.contact.steve.liquid

43 lines

<h1 class="page-title">{{ page.title }}</h1>

{% include 'breadcrumbs' %}


<style>
/* Make content of Pages a bit wider */
.template-page .page-content {
    max-width: 1050px; /* maximum width of page including padding */
margin-left: auto;
    margin-right: auto;}
.template-page .page-content>*:not(.highlight) {
    max-width: 1050px; /* decrease above value by 30px each side for padding */
margin-left: auto;
    margin-right: auto;}
  {
    padding: 0;
}
 
 {
  margin: 0 auto;
  max-width: $max-width;

  & {
    padding-right: 30px;
    padding-left: 30px;

    @include breakpoint(s) {
      padding-right: 0;
      padding-left: 0;
    }   
}
</style>


<div class="page-content rte">
  {{ page.content }}

 <div style="margin:0 auto;" id="customform_data" data-id="db6df25c5078f8326531f1"></div>
 
</div>