Home › Forums › WoodMart support forum › Add Short Desicprtion › Reply To: Add Short Desicprtion
March 12, 2024 at 1:27 pm
#548423
Aizaz Imtiaz Awan
Keymaster
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.