Making WordPress.org

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's profile BrashRebel Owned by: obenland's profile 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)

#1 @obenland
10 years ago

  • Owner set to obenland
  • Resolution set to fixed
  • Status changed from new to closed

In 1236:

WP.org Themes: Improve responsive styles for feature filters.

  • Only applies a fixed hight when filter groups are not stacked. Props BrashRebel.
  • Keps a top margin for the last filter group when stacked.
  • Displays filters fluently to maximise hrizontal space on small screens.

Fixes #863.

Note: See TracTickets for help on using tickets.