[Koha-bugs] [Bug 25477] New: The responsive design in opac-main.tt should be correct

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 13 09:07:20 CEST 2020


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

            Bug ID: 25477
           Summary: The responsive design in opac-main.tt should be
                    correct
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Templates
          Assignee: oleonard at myacpl.org
          Reporter: timothy_alexis.vass at ub.lu.se
        QA Contact: testopia at bugs.koha-community.org

Currently these are the possible layouts in opac-main.tt

---A---
OpacNav/OpacNavBottom: span2
Main: span7
Login/OpacNavRight: span3

---B---
OpacNav/OpacNavBottom: span2
Main: span10

---C---
Main: span9
Login/OpacNavRight: span3

---D---
Main: span12



Possibilities to improve are found here:

@media (min-width:768px) and (max-width:979px):
The layouts A, B and C are too narrow.

@media (max-width:767px):
Right column gets positioned at the bottom.

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


More information about the Koha-bugs mailing list