Aligning Expiration Date drop downs on OPAY
Posted by , Last modified by on 21 July 2015 09:33 AM
|
|
Disclaimer This will work for stores on Miva Version 9.0 or newer. Note that this will require making template changes. Make sure you make sure you are aware of what version was active before any changes are made. These edits are low-risk but if you feel uncomfortable with making these changes then we advise you to seek help from a developer.
Issue Alignment of the credit card expiration fields are off.
Instructions
BASE READY THEME
Add the following code to bootstrap.css
#js-cc_exp .col-lg-4 .col-md-6:last-child {margin-top:-22px;} | |
|
Comments (0)