Hi, the screenshot is "kinda" what I want.
Only thing is that I cannot find the CSS selectors you mentioned in my page code.
So after a bit of digging and with the inspiration I came up with this piece of CSS in the backend CSS :
.admin.com_hikashop.view-dashboard .hikashop_main_content #cpanel {
clear: both;
position: absolute;
top: 200px;
width: 100%;
}
.admin.com_hikashop.view-dashboard .hikashop_main_content {
margin-top: 150px;
}
I'm not sure if it's the best solution but for now it looks like it's working.