Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 14, 20186 yr The functionality of the Activity Stream filter is great, no complaints, but the resulting output wastes a lot of space in my case. See the attached screenshot. I request that the area highlighted in yellow be collapsed/hidden by default (or setable as such in settings somewhere). I think most users set-and-forget and would appreciate less noise on the page in most cases. www.canardzone.com/forums Thanks, Jon
November 21, 20186 yr @Jon Matcho add this code to your custom css: body[data-pagemodule="discover"][data-pagecontroller="streams"] .ipsSpacer_bottom[data-role='streamOverview']{ display: none; } Before: After: or if you want to delete a little more, you can try: body[data-pagemodule="discover"][data-pagecontroller="streams"] .ipsSpacer_bottom{ display: none; } but I'm not sure if it won't brake something After: It's possible it will not work for some themes.
Archived
This topic is now archived and is closed to further replies.