_layouts/feature.html in appscms-tools-theme-1.7.7 vs _layouts/feature.html in appscms-tools-theme-1.7.8
- old
+ new
@@ -50,10 +50,20 @@
<h1 class="feature-h1">{{featureData.H1 | replace: "$variable", page.value}}</h1>
</div>
<h2 class="feature-h2">{{featureData.H2 | replace: "$variable", page.value}}</h2>
</div>
</div>
+ {%- if site.noFeatureBox == true -%}
+ <div class="feature-content-box">
+ {{content}}
+ </div>
+ {%- else -%}
+ {%- if page.noBox == true -%}
+ <div class="feature-content-box">
+ {{content}}
+ </div>
+ {%- else -%}
<div class="box-padding">
<div class="d-flex" id="__cond-922051">
<div class="flex-container">
<div class="flex-class">
<div class="d-flex flex-column">
@@ -67,9 +77,13 @@
</div>
</div>
</div>
</div>
</div>
+ {%- endif -%}
+
+ {%- endif -%}
+
<div class="container mt-4 mb-5">
<div class="row px-0">
{% for data in featureData.TEXTUAL_CONTENT %}
<div class="col-lg-4 col-md-6 my-4">
<div><img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px"
\ No newline at end of file