Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #62008, comment 9


Ignore:
Timestamp:
09/10/2024 06:21:02 AM (17 months ago)
Author:
dhruvang21
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62008, comment 9

    v1 v2  
    11Hi @sabernhardt,
    22
    3 While testing your patch, I discovered a new issue in the theme: the post comment button overlaps with the comment box. I’ve attached an image showing the problem.
     3While testing your patch, which is working fine, I discovered a new issue in the theme: the post comment button overlaps with the comment box. I’ve attached an image showing the problem.
    44
    55I found that the issue is caused by the float: right; CSS property in the .form-submit class within #respond. After removing this, the button works fine.