Commit cc35501c by Manzar Hussain

products design change

parent ed8feec5
......@@ -40,31 +40,25 @@
<div class="cs_w_b">
<h2 class="c_heading_b">Search by Products</h2>
<div class="cs_slider_wp">
<div class="cs_s_cb row">
<div class="cs_s_cb row center_dt_container">
{% for row in rows %}
<div class="cs_item_b col-10 col-md-4">
<div class="cs_item_b col-10 col-md-4">
<div class="cs_inner_item">
<div class="cs_containe_i_w">
<a href="#" class="cs_img_bc">
<div class="cs_iwcb">
<a href="#" class="cs_img_c_b">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_image }}'] }}
</a>
<div class="cs_text_cib">
<h6 class="cs_hcwbm">
<a href="">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ name }}'] }}</a>
</h6>
<div class="cs_hcb">
<h6 class="cs_hgbc cs_c1">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ name }}'] }}</h6>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ description__value }}'] }}
</p>
</div>
<div class="btn_r_m_con">
<a href="">Read More <i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
{% endfor %}
</div>
{% endfor %}
</div>
</div>
<div class="cs_btn_c_b">
<a href="">View All &nbsp;<i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment