-- HikaShop version -- : 6.2.0
-- Joomla version -- : 5.4.2
-- PHP version -- : 8.3.29
We've started updating some sites to 6.2.0 and noticed a layout change on sites using the HikaShop dashboard. In 6.1.1, our order stat tiles displayed as four columns in a single row. After updating to 6.2.0, the last tile now wraps onto a second row. This appears to be caused by the introduction of the hk-dashboard-row / hk-dashboard-wrapper structure and the way the dashboard grid is now split into separate rows. In 6.1.1 each tile was a direct child of the container, allowing all four tiles to display in one row. In 6.2.0, the tiles are grouped into separate hk-dashboard-wrapper divs with hkc-lg-12 classes, forcing them to stack vertically.
As a result, the dashboard effectively defaults to a three-column row, which breaks dashboards that previously relied on a four-column layout.
Thank you,