Hi there, havent noticed before, so i dont know if it was caused by any update.
the buttons in the login/register area, aswell as some words (password…) are somehow misplaced.
any idea hot to fix this?
http://www.blackjava.de/Buttons_01.jpg
thanks in advance
Pedro
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
#customer_login .form-row {
overflow: hidden;
}
Regarding the other issue, you can use the Enfold built-in functionality as Peter mentioned in the last reply. Please note that fixes for third-party plugins not officially supported is out of the scope of the support we can offer.
Cheers!
Josue
thanks Josue, i tried the code but nothing changed. any idea?
yes, concerning the third party plug-ins i fully understand. i was just curious why it works for a other enfold customer and does not in my case…
thanks
Hey!
You have a typo in your Quick CSS, this part:
.products h3 {
font-size: 14px !important;
It’s unclosed, so it’s nulling all the code below it, fix it with this:
.products h3 {
font-size: 14px !important;
}
Regards,
Josue
great – works good.
here is the result : http://www.blackjava.de/Buttons_01_solved.jpg
i am not sure if the ‘lost password’ should be there underneath the button or below ‘keep logged in’..
but the button issue is definetively solved – thanks
regarding the visability issue: Ismael pointing out to alter functions.php worked great!! thanks for that.
have a good one!
Pedro