Prices not displaying fully on mobile

Hi there,

The prices on the products on this website: https://macangusdesigns.com are being cut off half way through on mobile. I can’t work how to extend the product box to display the full price.

Could you please have a look and help me fix it?
Many thanks,
Matt

Hi Matt,

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

@media(max-width:480px){
  .home .woocommerce .price {
    margin-bottom: 10px;
  }
}

Thanks!

Thanks mldarshana, that fixed it.
All the best,
Matt

glad that we could help!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.