AI Search
Classic Search
Notifications
Clear all
1 Reply
Jul 04, 2019 3:05 pm
Hi @netvilox,
Yes, this is designed to work in this way. To avoid the problem with design on mobile devices we've hidden the view section. You can try the following CSS code. Please put the code in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea.
.wpf-head-box.wpf-thead-views, .wpf-thread-box.wpf-thread-views {
display: block !important;
}
Please try on incognito mode. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.