Commit cef93e8b by Manzar Hussain

slideshow design

parent ee5b9f08
...@@ -55,15 +55,8 @@ ...@@ -55,15 +55,8 @@
</div> </div>
<div class="container-fluid spacerTB">
<div class="row"> {{ page.content }}
<div class="container">
<div class="row">
{{ page.content }}
</div>
</div>
</div>
</div>
{% if page.footer_top %} {% if page.footer_top %}
......
{#
/**
* @file
* Default theme implementation to display a view of unformatted rows.
*
* Available variables:
* - title: The title of this group of rows. May be empty.
* - rows: A list of the view's row items.
* - attributes: The row's HTML attributes.
* - content: The row's content.
* - view: The view object.
* - default_row_class: A flag indicating whether default classes should be
* used on rows.
*
* @see template_preprocess_views_view_unformatted()
*
* @ingroup themeable
*/
#}
<div class="b_o_c_b">
<div class="b_main_slider b_m_header">
{% for row in rows %}
<div class="b_slide_item">
<a href="#">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_slider_image }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_mobile_image }}'] }}
</a>
</div>
{% endfor %}
</div>
</div>
\ No newline at end of file
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