This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler
Hello,
I have a problem with the styling in the checkout. The 2 checkboxes of the disclaimer are laying over the text and the back “zurück” button is as wide as the page.
Could you please help me?
Kind regards
maccandy
Hello,
Please describe what exactly should be done to recreate the problem (the checkout page looks different for me just now). Also, provide temporary wp-admin and FTP access.
Regards
Hello Rose,
please insert any product in cart an go to checkout page (where you finally could click on “buy”). There are 2 checkboxes you need to select in germany. Their position is overlaying the text.
Kind regards
maccandy
Hello,
Please add this code in Theme Options > Styling > Custom CSS:
.wgm-second-checkout .woocommerce-terms-and-conditions-checkbox-text,
.wgm-second-checkout .shipping-service-provider-checkbox-text {
margin-left: 20px;
}
.wgm-second-checkout .validate-required label.checkbox {
line-height: 1.5;
}
.wgm-second-checkout .form-row.place-order input[type="button"] {
width: auto;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up