klamm

Registered
Hi. I have the latest XF with the latest XenBase installed and everything's fine, except one location (watched forums/topics) where the moderation-dropdown seems not to by styled for mobile. See screen.
 

Attachments

  • wt.JPG
    wt.JPG
    27.6 KB · Views: 14
Hello, it appears that the issue actually exists in the default XenForo style.

This is will target that class which might change other areas but it should be fine for now:

Code:
@media (max-width: @xf-responsiveNarrow)
{
.block-footer.block-footer--split {
    display: block;
}
}

Place it inside extra.less
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back