Opened 10 years ago
Closed 10 years ago
#863 closed defect (bug) (fixed)
Fixed height on .filter-group not needed on smaller screens
Reported by: | BrashRebel | Owned by: | obenland |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Theme Directory | Keywords: | needs-patch |
Cc: |
Description
The following CSS rule on line 551 of style.css:
`.filter-group {
...
height: 710px;
...
}`
...should be amended to apply only on screens wider than 1120px. On smaller screens the groups stack and it is no longer necessary to apply a fixed height to all.
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 1236: