Skip Navigation

[Gelöst] toolset view responsive

This support ticket is created vor 5 Jahren. There's a good chance that you are reading advice that it now obsolete.
Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 0 Antworten, hat 1 Stimme.

Zuletzt aktualisiert von gruppe-am-park-gmbhM-2 vor 5 Jahren.

Assistiert von: Minesh.

Author
Artikel
#1376201

I have this code and I want that the view will be responsive. I know how to make it responsive with bootstrap but I have the wrap that is 4 and when I put this codeelement (wrap) away all the items are displayed underneath each other.
What can I do that the bootstrap works?

[wpv-items-found]
<!-- wpv-loop-start -->
<wpv-loop wrap="4">
[wpv-item index=1]
<div class="row ">
<div class="col-md-3 col-sm-6 col-xs-12">[wpv-post-body view_template="loop-item-in-wohnungen"]</div>
[wpv-item index=other]
<div class="col-md-3 col-sm-6 col-xs-12">[wpv-post-body view_template="loop-item-in-wohnungen"]</div>
[wpv-item index=4]
<div class="col-md-3 col-sm-6 col-xs-12">[wpv-post-body view_template="loop-item-in-wohnungen"]</div>
</div>
[wpv-item index=pad]
<div class="col-md-3 col-sm-6 col-xs-12"></div>
[wpv-item index=pad-last]
<div class="col-md-3 col-sm-6 col-xs-12"></div>
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]No items found[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]