Viewing 1 replies (of 1 total)
  • Plugin Support gVectors Support

    (@gvectorssupportmember)

    Hi @wcw2007,

    Please navigate to the Dashboard > Comments > Settings > Styling admin page put the following CSS code in the “Custom CSS code” textarea:

    .wc-footer-left :nth-child(1) { order: 5; }
    .wc-footer-left :nth-child(2) { order: 6; }
    .wc-footer-left :nth-child(3) { order: 7; }
    
    #wpcomm .wc-comment-footer .wc-footer-left {
        display: flex !important;
    }

    Don’t forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

Viewing 1 replies (of 1 total)
  • The topic ‘how to move likes and dislikes to the right side in the comment box’ is closed to new replies.