Filter Buttons Overflow
-
Just for the record I was having an issue where if there were too many categories showing in the filter bar they were overflowing past the designated area (which of course looked bad). AKA Filter buttons extend beyond the button area. Might be a small bug to fix in case others have had the same issue?
The fix was to add this code to my CSS:
.filterable-portfolio__terms { flex-wrap: wrap; } .filterable-portfolio__terms button { margin-bottom: 10px; }
The page I need help with: [log in to see the link]
- The topic ‘Filter Buttons Overflow’ is closed to new replies.