Changes between Version 1 and Version 2 of Ticket #62008, comment 9
- Timestamp:
- 09/10/2024 06:21:02 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62008, comment 9
v1 v2 1 1 Hi @sabernhardt, 2 2 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.3 While 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. 4 4 5 5 I 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.