JoyBriz Hi, I just noticed that the view numbers have shifted out of the textbox to the right. This was not the case and is a recent thing. Any suggestions how to fix this? Thanks in advance.
SKevo JoyBriz I can’t reproduce the issue on my test forum. I suppose some extension has changed some CSS after an update, and that broke the layout. May I know your forum URL so that I can trace where that happens and propose a CSS fix?
SKevo FYI for those wondering, it seems to be a bug in the OXO theme. Applying this CSS in Admin > Appearance > Custom Styles will fix the issue: @media (min-width: 768px) { li.item-discussion-views { margin-right: 0px !important; } } Edit: reported it here: https://github.com/yannisme/flarum-oxo-theme/issues/6