Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2567619
Move "Reply" link in the comments from right to left
Closed

Comments

  •  2
    Fjura started the conversation

    Hello,


    may I ask, is it possible to move the "Reply" text in the comments section for example to the left? The poblem is, when users on mobile scroll trought the comments, they often unintentionaly click on the "Reply" durring scrolling and that triggers the Comment box to appear, then they comment as a reply to somebody without knowing it.


    thank you


    Peter

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .thecomment .comment-text span.reply{ position: static; left: auto; top: auto; right: auto; margin-top: 10px; display: block; }
    .post-comments span.reply a{ margin-left: 0; margin-right: 15px; }
    

    Best Regards,

    PenciDesign

  •  2
    Fjura replied

    This worked like a charm, thank you!