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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/