This topic has 4 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Olga Barlow
On the mobile checkout page, The order review section overlaps the “Ship to a different address?” checkbox area which doesn’t allow you to select the button. How can it be fixed so that the “Order Review” section doesn’t sit over the button?
Hello,
We’ll fix it in the next theme update. Add the following code to fix it on your site to child theme style.css
form[name="checkout"] > .row > .col-md-7:before, form[name="checkout"] > .row > .col-md-7:after {
content: '';
display: table;
clear: both;
}
Regards
That worked. Thank you.
Hello,
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up