Home › Forums › WoodMart support forum › Fixing unwanted changes after updating from 4.6.0 to 6.0.3 › Reply To: Fixing unwanted changes after updating from 4.6.0 to 6.0.3
April 26, 2021 at 7:38 am
#286610
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.productReinforcement,
.productReinforcement ul {
padding-right: 0;
}
.productReinforcement ul {
margin-top: 0;
}
Kind Regards