Home › Forums › WoodMart support forum › make ajax cart popup wider? › Reply To: make ajax cart popup wider?
March 9, 2022 at 8:53 am
#359044
Bogdan Donovan
Keymaster
Hi,
Try to use following custom code to change cart dropdown width
body .wd-dropdown-cart {
width: 500px;
}
Kind Regards