Replies: 0
Hi,
At this page, the RSVP controls display like this (they need to be moved down and to the left): http://imgur.com/vRFQeoV.
I tried reinstalling the plugin but that didn’t resolve the issue.
I added the following CSS to position the controls correctly:
.minus, .plus {
left: 42px;
}
.quantity .plus {
top: 16px;
}
.quantity .minus {
top: 38px;
}
However, now the +/- controls do not work when clicked.
If I comment out the CSS above, the +/- controls still don’t work when clicked.
Help appreciated.
Regards,
Steve
- This topic was modified 45 seconds ago by SRD75.