Align com mentor labels to the right of name

Hello,

URL: http://yourtechadvisors.com/2015/01/17/make-xbox-live-work-u-verse/

I am trying to move the comment labels such as Administrator and Unregistered to the right of the commenter name. Is this possible?

Thanks :slight_smile:

  • Luís Lopes
    • QA

    Hi @Alex,

    I hope had been good today!

    I think the best way is edit the plugin files and move that div “wc-blog-guest” to under “wc-comment-header”.

    I’m not seeing a good option to do that using only CSS. We could use something like:

    .wc-comment-label {
    left: 150px;
    position: relative;
    top: -40px;
    }

    But this is will not be responsive and will not float in relation to the user name. If You want change that, try change the plugin file.

    I hope this information has been helpful. If I can help you in this or other questions, please let me know!

    Cheers, Luís