Layout full problem

Discussion in '[bd] Widget Framework' started by HenrikHansen, Sep 15, 2013.

  1. HenrikHansen

    HenrikHansen Member

    Strange, layout full widget works perfectly on all pages, except the thread view pages



    layoutfull.png
     
  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Hmm, layout full is actually not designed to put in the sidebar (because it's too narrow).

    You have problem with thread_view because of a CSS conflict, you can add this to EXTRA.css to make it work

    Code:
    .WidgetFramework_WidgetRenderer_Threads .message { margin-left: 0; }
     
  3. HenrikHansen

    HenrikHansen Member

    For ordinary rss text messages it is not too narrow (see below). Unfortunately, you solution did not do the trick on thread_view pages,
    I will see if I have other settings that causes this.

    fulllayout.png
     
  4. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    I will change the CSS class name in the next version to avoid the conflict.
     
Loading...