I have a registration form and it works fine on other browsers but not on chrome.
Chrome by default is adding
div{
display: block;
}
Which is hiding my registration form. How to override this from author style sheet/ source code?
I have a registration form and it works fine on other browsers but not on chrome.
Chrome by default is adding
div{
display: block;
}
Which is hiding my registration form. How to override this from author style sheet/ source code?