Notifications
Clear all

[Closed] Number of view not showing on mobile

2 Posts
2 Users
0 Reactions
722 Views
netvilox
Posts: 64
Topic starter
(@netvilox)
Estimable Member
Joined: 5 years ago

Forum number of views is not showing on mobile.Β 

Pls replyΒ 

Netvilox.com

1 Reply
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

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.