Home › Forums › Support › Navigation MiniCart This topic has 3 replies, 2 voices, and was last updated 4 years, 11 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 4, 2020 at 1:28 am #1153750 Jacob hello I need help, arrange the mini cart. I want the a.remove button to be on the left Product image will be on the right. ImgMiniCart Many thanks to the assistants. February 4, 2020 at 7:28 am #1154278 DavidStaff Customer Support Hi there, try this CSS: #wc-mini-cart .woocommerce.widget_shopping_cart .cart_list li { padding-left: 0; } #wc-mini-cart .woocommerce.widget_shopping_cart .cart_list li a.remove { float: left; margin-right: 10px; } #wc-mini-cart .woocommerce ul.cart_list li img { position: static; } #wc-mini-cart .woocommerce-mini-cart-item .quantity { margin-left: 30px; } February 4, 2020 at 8:29 am #1154378 Jacob Thanks David It works great! I added some CSS to whoever wants #wc-mini-cart .woocommerce.widget_shopping_cart .cart_list li { padding-left: 0; } #wc-mini-cart .woocommerce.widget_shopping_cart .cart_list li a.remove { float: left; margin-right: 10px; } #wc-mini-cart .woocommerce ul.cart_list li img { position: static; float: right; } .woocommerce-mini-cart-item .quantity { text-align: center; font-family: inherit; font-weight: bold; } February 4, 2020 at 8:37 am #1154393 DavidStaff Customer Support You’re welcome Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In