Quantity Plus & Minus Buttons
-
Hello,
If I recall correctly the Configurator is supposed to have the Plus (+) and Minus (-) buttons on either side of the quantity box. Is this correct?
For some reason I just noticed that they are not showing. The strange thing is that while testing, every once and a while buttons would show up but they would not be positioned correctly. If I inspected them and changed the display in the inspection window to display: inline-flex; and the buttons would show correctly. But then when I reload the page/configurator the buttons would be gone. When they were present this is the html in the inspection window for the buttons.
This is the – button html:
<a href="javascript:void(0)" id="minus_qty-0" class="minus no-internal-border">-</a>
This is the + button html:
<a href="javascript:void(0)" id="plus_qty-0" class="plus no-internal-border">+</a>
When the buttons are not showing there is no sign of them being hidden or even existing in the inspection window.
Can you help me get these buttons to show?
Thanks,
ShawnThe page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.