ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
One of the things I noticed while playing around on the admin side:
The blue indicator under System Tools > Quick-Cache-Clean is sized incorrectly when viewing the Modules menu with RokSprocket modules loaded. The cause of this is a CSS hierarchy - the 'badge' for the RokSprocket module (Features / List / etc) uses CSS ".badge", which appears to override the blue indicator CSS of "#mc-status .mc-dropdown .badge".
As a temporary fix I used the CustomCSS plugin to add in on the admin side a code of #mc-status .mc-dropdown .badge {padding:0} which corrects the blue indicator sizing issue.