@tboy123, the link you provided does not work. I believe you meant https://allknoxswim.com/account/.
Now I see that hCaptcha is deactivated. How can I reproduce the bug?
Sorry about that! I was testing another issue. If you go to allknoxswim.com and scroll down to footer, you can see that it has two bars. I just recreated it on Google Chrome
Some plugin on your site changes the order of styles. Add a style like that to your theme CSS:
.h-captcha {
display: block !important;
position: relative !important;
}
Also (however, not related to the layout issue), you should not use hCaptcha and Google reCaptcha on the same pages – it may lead to conflicts.
-
This reply was modified 2 months, 2 weeks ago by
kaggdesign.
Closed as not answered for a week.