Commit 03114472 by Manzar Hussain

design issue fixed

parent 453c9dd5
...@@ -200,5 +200,16 @@ z-index: 9; ...@@ -200,5 +200,16 @@ z-index: 9;
max-width: 100%; max-width: 100%;
height: auto; 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 @@ ...@@ -37,7 +37,7 @@
</a> </a>
<div class="cs_hcb hc_ww"> <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> </a>
</div> </div>
......
...@@ -28,8 +28,9 @@ ...@@ -28,8 +28,9 @@
{% endif %} {% endif %}
{{ title_suffix }} {{ title_suffix }}
<h5>Recent News</h5> <h5>Recent News</h5>
{% for row in rows %}
<div class="cs_s_cb"> <div class="cs_s_cb">
{% for row in rows %}
<div class="nw_r_p_ci"> <div class="nw_r_p_ci">
<a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ view_node }}'] }}" class=""> <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 }}'] }} {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_news_image }}'] }}
...@@ -39,9 +40,10 @@ ...@@ -39,9 +40,10 @@
<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> <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>
</div> </div>
</div>
{% endfor %} {% endfor %}
</div> </div>
</div>
</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