How to remove whitespace when the widget is not visible?Lets take button if visibility is changed can its space be removed or adjusted ? is there a solution for this
Sep 05, 2017
10:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 05, 2017
10:30 AM
How to remove whitespace when the widget is not visible?Lets take button if visibility is changed can its space be removed or adjusted ? is there a solution for this
Need to remove space of widget when its visibility set to false
Labels:
- Labels:
-
Extensions
2 REPLIES 2
Sep 05, 2017
11:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 05, 2017
11:39 AM
Hi Aakash,
Could you please add some more description to your use case?. However , if you want to place one widget on top of another to utilize it's space, you can set a higher Z index for that widget. Basically ,a widget with higher Z index stays on top of a widget with lower Z index irrespective of it's visibility.
Sep 05, 2017
12:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 05, 2017
12:51 PM
I dont want to overlap the widgets i want to use the widgets like menu with title and also avoid that blank space when hidden
