Please see https://www.framersoutletinc.com/checkout/ to see the checkout page is styled incorrectly. I recently made a custom css change that was recommended in your forum by an admin to resolve the right sidebar issue since the upgrade. That css, added to the extra css box on the abundance theme options tab, fixed the sidebar, but this is still an issue. Can you please help?
Thank you
I found some code that helped in the forums, however the dropdown box for the countries is still styled wrong and the email field if not aligned with the rest of the fields, thanks in advance for the help... the code i used to help the original issue of overlapping form fields in case anyone needs it is
.form-row {
clear: right;
}
.avia_select_fake_val {
display: none;
}














