moshaorui 4 months ago
parent
commit
29dd838819
1 changed files with 22 additions and 11 deletions
  1. 22 11
      resources/appearance/TechVista/products_detail.liquid

+ 22 - 11
resources/appearance/TechVista/products_detail.liquid

@@ -61,20 +61,12 @@
                                             </div>
                                             </div>
 
 
                                             <!-- Product description -->
                                             <!-- Product description -->
-                                            <div class="product-short-text mt-3">
-                                                <h3 class="heading heading-xs strong-500 text-uppercase">
-                                                    Description:
-                                                </h3>
-                                                <p>
-                                                    {{product.content | raw }}
-                                                </p>
-                                            </div>
-                                            <hr>
-                                            <table class="table table-specs">
 
 
+                                            <table class="table table-specs">
+                                                <tbody>
                                                 {% for item in product.parameters %}
                                                 {% for item in product.parameters %}
 
 
-                                                <tbody>
+
                                                 <tr>
                                                 <tr>
                                                     <td>
                                                     <td>
                                                         <span class="c-gray-light strong-600">  {{ item.key }}</span>
                                                         <span class="c-gray-light strong-600">  {{ item.key }}</span>
@@ -112,6 +104,25 @@
 
 
                             <span class="space-xs-xl"></span>
                             <span class="space-xs-xl"></span>
 
 
+                            <div class="row-wrapper">
+                                <div class="row cols-xs-space cols-sm-space cols-md-space">
+                                    <div class="col-lg-12">
+                                        <div class="feature  feature--bg-1">
+                                            <h3 class="heading heading-6 strong-600">     Description:</h3>
+
+
+
+                                            <p>
+                                                {{product.content | raw }}
+                                            </p>
+                                        </div>
+                                    </div>
+
+
+                                </div>
+
+
+                            </div>
 
 
                         </div>
                         </div>
                     </section>
                     </section>