1 Reply
Jul 04, 2019 11:05 am
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.