• Hi,
    the revies tab on my product page has a weird glitch where the checkbox in the review tab is stuck between my name and email box. Which code should I use so that the checkbox is beneath the Name and email form boxes and not between them.

    Here is a screenshot highlighting the issue-
    https://paste.pics/b837d83c91657e702710b58b8f7de09f

    • This topic was modified 2 years, 10 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Add this to the Additional CSS customizer section:

    p.comment-form-cookies-consent {
        float: left;
        width: 100%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to fix overlay issue’ is closed to new replies.