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@myacpl.org Reporter: timothy_alexis.vass@ub.lu.se QA Contact: testopia@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.