Home Forums WoodMart support forum Unit of measure and price overlapped only on a certain category on mobile Reply To: Unit of measure and price overlapped only on a certain category on mobile

#572133

Hello,

Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

/* iPhone 11, 12, 13, 14, 15 (toate modelele) */
@media only screen and (min-device-width: 375px) and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 2) {
    .term-365 .wd-price-unit {
        margin-inline-start: 10px !important;
    }
}

Best Regards.