AbleCommerce 7.0 RC2 (Build 8839) ================================= Instructions to Fix: 6325 - mini basket css issues ================================= TO FIX: Manually update /App_Themes/[theme name]/style.css Changes are as follows: 1) FIND THIS SECTION AROUND LINE 1107 /**************************** /* styles for the mini basket /**************************** 2) ADD TWO NEW LINES BELOW FONT-SIZE : 11px; SO IT WILL LOOK LIKE THIS: #miniBasketMainBox { border : 1px #999900 solid; background-color : transparent; padding : 0px; font-size : 11px; position:relative; width: 100%; } 3) NEXT, MODIFY .miniBasketItemTitleBox SO IT LOOKS LIKE THIS: .miniBasketItemTitleBox {width:60%;float:left;position:inherit;}