Hi Nicolas,
I've managed to get the mini-cart over to the right using 'float:right;' as image/code below show
.hikashop_small_cart_checkout_link,.hikashop_small_cart_clean_link,.hikashop_small_cart_total_title span,.hikashop_small_cart_total_title span span,.hikashop_small_cart_total_title span span span {
display:inline-block;
float:right;
zoom:1;
*display:inline;
margin-bottom:0px;
}
I cant work out now how to get the cart_clean link to be placed ahead of the total in code so it appears to the right of the total on screen. Also is there any parameter I can add to move the minicart up so its in the same line as the breadcrumbs?