• There is a long-standing problem with the comment input field. If authorization on the site is not completed, then in the field for entering a comment overlaps the top element “LEAVE A COMMENT”.

    https://ibb.co/zfjgt4G

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

Viewing 1 replies (of 1 total)
  • Hello @reforma1991,

    We can fix the issue with the help of custom css. You need to apply below given css under Appearance -> Customize -> Additional Css

    .single form#commentform {
    margin-top: 40px !important;
    }
    

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘Overlapping by one element of another.’ is closed to new replies.