[Koha-bugs] [Bug 30841] Responsiveness not working for some screen sizes on OPAC search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 25 06:26:40 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30841

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|master                      |21.11

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
As a workaround, I'm using the following in OPACUserCSS:

@media screen and (min-width: 768px) and (max-width: 991px) {

  body#results .col-lg-2 {
    max-width: 16.667%;
  }
  body#results .col-lg-10.order-md-first {
    max-width: 83.333%;
  }
}

body#results .col-lg-10.order-md-first {
  order: inherit; 
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list