[Resolved] Align comments to right in header

Home Forums Support [Resolved] Align comments to right in header

Home Forums Support Align comments to right in header

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1032910
    Andrew

    Hey!

    I’ve managed to use the snippets plugin and add the comments to the header, however, I can’t seem to do two things successfully:

    1. Align them to the right – https://d.pr/i/JR03sK

    2. Add a comment bubble icon to the left of the text.

    Any help would be greatly appreciated πŸ™‚

    Thanks!

    #1032912
    Leo
    Staff
    Customer Support

    Hi there,

    Your site requires a login and password to view.

    Are you able to provide it?

    Thanks!

    #1033265
    Andrew

    Sure, I just sent it via your contact page.

    Thanks!

    #1033273
    Andrew

    I added a snippet to achieve the current look also: https://d.pr/i/NGfLCw

    #1033540
    Leo
    Staff
    Customer Support

    Try this CSS:

    .entry-header .comments-link {
        float: right;
    }
    .comments-link:before {
        content: "\f086";
        font-family: GeneratePress;
        text-decoration: inherit;
        position: relative;
        margin-right: .6em;
        width: 13px;
        text-align: center;
        display: inline-block;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps πŸ™‚

    #1033555
    Andrew

    Perfect, thank you!

    #1033577
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.