Posts by Jamille Rocha • 46 points
2 posts
-
2
votes1
answer1002
viewsA: How to center Google reCaptcha?
Recaptcha div is a display block, to center vc adds a width in div and a margin: auto. .g-recaptcha { width: 302px; margin: auto; }
-
1
votes2
answers180
viewsA: Float element to direct
For the float to work properly you need to add a div with the clear style: Both; not to overwrite the content below. I made a template from the About Mirror Fashion page as an example: <figure…