Centre Shopping Cart Icon

How can I centre the WooCommerce cart icon on mobile so it's sits directly beneath the logo instead of getting pushed to the right (it looks odd). I added this to child theme style css to no effect:

@media only screen and (min-width: 480px) and (max-width: 767px) {

/* Woocommerce Cart */

#Top_bar a#header_cart {
margin: 0 auto;
}

Thanks,
Paul.

Comments

Sign In or Register to comment.