Okay
  Public Ticket #824059
Moile view
Closed

Comments

  • Mindaugas started the conversation

    Hi, 

    When viewing in mobile product price is messed up. How can I fix it?


  • [deleted] replied

    Hi Mindaugas,

    Can you please add the code below to Custom CSS

    @media screen and (max-width: 480px) {
        .woocommerce .product.catalog-layout-default .item-info .price {
            margin-top: 54px;
        }
    }
    
    @media screen and (max-width: 768px) {
        span.woocommerce-Price-amount.amount {
            font-size: 16px !important;
        }
    }