Skip Navigation

[Resolved] view does not respond as expected with the changing window size

This thread is resolved. Here is a description of the problem and solution.

Problem:

When the window size increase, the view inside a custom search filter form does not behave accordingly

Solution:

It is a CSS problem, you can use CSS codes to fix it, for example:

https://toolset.com/forums/topic/view-does-not-respond-as-expected-with-the-changing-window-size/#post-1253953

Relevant Documentation:

This support ticket is created 5 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by chong-sumw 5 years, 7 months ago.

Assisted by: Luo Yang.

Author
Posts
#1253877
Screen Shot 2019-05-30 at 2.35.26 PM.png

When the window size increase, the view inside a custom search filter form does not behave accordingly. It centres around the full window size instead of increase its width with the window width, while its counterparts do (the view above).

Not sure why would this happen, much appreciated your help, thanks so much!

view id: 1206
link: hidden link

#1253953

Hello,

It is a CSS problem, you can use CSS codes to fix it, for example, edit the view "district parent filter view":
hidden link

in section "Loop Editor", line 4, change it from:

<div class="container wpv-loop js-wpv-loop">

To:

<div class="container wpv-loop js-wpv-loop" style="width:100%">
#1254685

My issue is resolved now. Thank you!