Skip to content

Commit

Permalink
Merge pull request #123 from Slaveworx/fix-responsive-issue-with-cont…
Browse files Browse the repository at this point in the history
…act-page

Fixes contact page responsive
  • Loading branch information
Hlavtox authored Sep 26, 2023
2 parents 1473752 + 470beda commit d038b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/contact.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

{if $layout === 'layouts/layout-left-column.tpl'}
{block name="left_column"}
<div id="left-column" class="col-xs-12 col-sm-4 col-md-3">
<div id="left-column" class="col-xs-12 col-md-4 col-lg-3">
{hook h='displayContactLeftColumn'}
</div>
{/block}
{else if $layout === 'layouts/layout-right-column.tpl'}
{block name="right_column"}
<div id="right-column" class="col-xs-12 col-sm-4 col-md-3">
<div id="right-column" class="col-xs-12 col-md-4 col-lg-3">
{hook h='displayContactRightColumn'}
</div>
{/block}
Expand Down

0 comments on commit d038b66

Please sign in to comment.