Jun 30, 2022 1:41 pm
On my website ZRaceCentral.com, when a user/guest tries to leave a comment on one of my articles, all of the functions overlap, making it extremely hard to comment. I am using the Wordpress theme Videomaker White. If someone could please help, that would be great. Here is an article you can use as an example: https://zracecentral.com/zwift-classics-2022-announced/
Website URL
2 Replies
Jun 30, 2022 1:45 pm
Hi @oliver,
Please use the CSS code below:
#comments #wpdcom .wpd-form form { display: block; }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.