Home Forums WoodMart support forum header login with Google and Facebook button text are overlapping Reply To: header login with Google and Facebook button text are overlapping

#294250

Hello,

I saw the screenshot you attached.

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.wd-social-login.wd-style-alt .login-fb-link:before, .wd-social-login.wd-style-alt .login-goo-link:before {
    left: 10px;
}

Best Regards