Home Forums WoodMart support forum Add Short Desicprtion Reply To: Add Short Desicprtion

#548423

Hello,

To fix this, you can use a media query in your CSS. Here’s a simple example:

@media screen and (max-width: 768px) {
.your-price-class {
/* Your CSS code to adjust price position for smaller screens */
}
}

This code will help ensure the pricing shows up correctly across various screen sizes. Let me know if you need further assistance!”

Best Regards.