Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

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;
        }
    }