Home › Forums › WoodMart support forum › Compatibility with TM Extra Product Options › Reply To: Compatibility with TM Extra Product Options
March 1, 2018 at 1:07 pm
#43198
Artem Temos
Keymaster
1. We meant that this code is added by external plugin and it breaks the view https://prnt.sc/ildbvm
Try this snippet to fix it a bit
.single-product-page .quantity {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
2. We tested it with 2.0 version and it works fine. You can check on our demo website. If it doesn’t work for you, just keep the previous version of the Revolution slider.