Commit 03114472 by Manzar Hussain

design issue fixed

parent 453c9dd5
......@@ -200,5 +200,16 @@ z-index: 9;
max-width: 100%;
height: auto;
}
.nws_c_b img {
max-width: 100%;
margin: 15px auto 25px;
height: auto;
}
@media screen and (max-width: 767px) {
.abt_1_img {
margin-left: 0px;
}
}
......@@ -37,7 +37,7 @@
</a>
<div class="cs_hcb hc_ww">
<a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_global_url }}'] }}" class="cs_hcb">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
<a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_global_url }}'] }}">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
</a>
</div>
......
......@@ -28,8 +28,9 @@
{% endif %}
{{ title_suffix }}
<h5>Recent News</h5>
{% for row in rows %}
<div class="cs_s_cb">
{% for row in rows %}
<div class="nw_r_p_ci">
<a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ view_node }}'] }}" class="">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_news_image }}'] }}
......@@ -39,8 +40,9 @@
<a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ view_node }}'] }}" class="nw_btn_con">Read More <i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div>
{% endfor %}
</div>
{% endfor %}
</div>
</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