TerryP Active member Licensed customer Oct 12, 2018 #2 FWIW, I'm wanting to remove those links you see as "Filter by Sport." It seems to me the UI would be easier if the filter option was on the left, versus the right. Is this suggestion worthy? I don't know. Upvote 0 Downvote
FWIW, I'm wanting to remove those links you see as "Filter by Sport." It seems to me the UI would be easier if the filter option was on the left, versus the right. Is this suggestion worthy? I don't know.
Steve F Well-known member Licensed customer Oct 13, 2018 #3 To move the drop down filter link add this to extra.less CSS: .filterBar a.filterBar-menuTrigger { float: left; } Upvote 0 Downvote
To move the drop down filter link add this to extra.less CSS: .filterBar a.filterBar-menuTrigger { float: left; }
TerryP Active member Licensed customer Oct 13, 2018 #4 Steve F said: To move the drop down filter link add this to extra.less CSS: .filterBar a.filterBar-menuTrigger { float: left; } Click to expand... Thank you. Upvote 0 Downvote
Steve F said: To move the drop down filter link add this to extra.less CSS: .filterBar a.filterBar-menuTrigger { float: left; } Click to expand... Thank you.