Tagged: enfold, terms and conditions
Hi there,
There are two instances on my website that experience CSS formatting issues.
One is on the checkout page and the other is on the My Account WooCommerce login page where the checkboxes and text are either on top of or collide with the button.
Above, I’d like the checkout box to be above the button with some spacing.
On this one, I’d like to make the checkbox be below the button.
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
What browser are you using when you get this error? It looks fine in latest version of Chrome: http://imgur.com/GDlyE65
Cheers!
Rikard
Hi there. It happens in all browsers. I reset the CSS settings for the checkout page. I’d like to move the “Accept Terms & Conditions” button up near the Order button. There is also an issue here: http://screen.clinic/my-account
Hey!
Can you provide a test account so we can see what you see?
Regards,
Josue
Hey,
How does this ends? Found a solution? I have exactly the same issue on Login as above..
Regards,
Ivan
Hi Ivan,
Can you post the link to your website please?
Regards,
Josue
Sure, thanks!
Hi!
Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/riDmalT9y3
Regards,
Josue
Hi Josue
This is mine on latest Chrome Version 44.0.2403.130 m. The same is on iPhone
Hey!
Try adding this code to the Quick CSS:
.woocommerce-page .form-row .button {
float: none;
}
Cheers!
Josue
Hey Josue,
Thumbs Up!!!! With your css “Remember me” is just bellow button, “lost your password” is bellow all. I have added margin-bottom:10px; to the above to make some space, but that is it!
Right side “Registration” is also fixed by css. Perfect!
Thank you, cheers,
Ivan
You are welcome, glad to help :)
Regards,
Josue