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
Please share your page url because we need to see what type of header you are using
Thanks!