Resolved Superfluous space under various widgets

Discussion in '[bd] Widget Framework' started by alfa1, Sep 3, 2016.

  1. alfa1

    alfa1 Active Member

    The XFRM widget leaves superfluous vertical space under the entries. No matter how many entries you display there will always be superfluous space added.

    This is probably the same issue as with XFMG reported here:
    Bug: XFMG: media renderer does keeps loading

    I am using WD 2.6.0 beta 14
     
  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Fixed in BETA16.
     
  3. alfa1

    alfa1 Active Member

    I am still having the same issue in beta 16. In a tabbed group the widgets in position 2 and further will have superfluous space.[​IMG]
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

  4. alfa1

    alfa1 Active Member

    Sort of. It adds some to it for some tabs. Its never less in height than the first tab.
     
  5. Dadparvar

    Dadparvar New Member

    @alfa1
    I have the same issue but in mobile version (I mean when I visit site in desktop, its ok, but when I resize the browser or visit the site with mobile I have that issue)

    I fixed it in this way (although I feel its not the exact way) :
    Get the id of widget, then in extra.css add this code for the ID of widget:
    Code:
    min-height: initial !important;
    For example in my site, I added this and it fixed that problem in 3 widgets that had problem in my site:
    Code:
    #widget-tab-31, #widget-tab-88, #widget-tab-46 {
        min-height: initial !important;
    }
    Is this works for you too?
     
  6. alfa1

    alfa1 Active Member

    I have many widgets all in tabbed groups. So I would need to do this for all widgets.
     
  7. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    This has been fixed. New version should be out soon.
     
    Dadparvar and alfa1 like this.
Loading...