Hey fernandafms,
How are you doing today?
There is CSS hiding that button on small resolutions. You can override that with some custom CSS.
To do that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
@media (max-width: 25rem) {
.form-submit input#submit {
display: block;
}
}
If the code doesn’t work please keep it added and let me know so I can take a look.
Hope this helps 🙂
Cheers,
Bojan
Hi bojan!
It works!!!! Thank you very very very much!!!!! =D
(@fernandafms)
10 years, 7 months ago
Hello!
The responsive layout is not showing the submit comment button. Can anybody help?
http://www.eaivaidosa.com
Thank you!