• Resolved ausrmusings

    (@ausrmusings)


    The author of my theme is no longer supporting it, and because I’ve so heavily customized it, I can’t see changing at this point in time, just don’t have the time. My issue is that now that people have started leaving quite a few comments, I’ve noticed that once the numbers hit 10, there is no space between the period after 10 and the first letter of text after that. I need to correct the spacing there. The link below is an example of the comment numbering. If I haven’t explained this well, I apologize, but hope someone can relate to what I’m saying, any help would be appreciated.

    Many Thanks, Paula

Viewing 4 replies - 1 through 4 (of 4 total)
  • Jeremy Clark

    (@jeremyclark13)

    You didn’t include the link.

    Thread Starter ausrmusings

    (@ausrmusings)

    Sorry, the link didn’t make it in the post, I’ll give it another go.

    Link

    https://www.studioreflections.com/ausrmusings/?p=110

    mendezki

    (@mendezki)

    Looks fine in Firefox on a Mac, but spacing the comment number and the ‘Comment by…’ text is done by editing your style.css and adding a margin comment_author like this:

    .comment_author {
    font-size: 1.1em;
    }

    to

    .comment_author {
    font-size: 1.1em;
    margin: 0 0 0 10px;
    }

    where you set the 10px to your liking.

    Hope that helps.

    Thread Starter ausrmusings

    (@ausrmusings)

    Thank-you, Mendezki, it worked and now the spacing looks good! ??

    Paula

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comment Numbering Scheme’ is closed to new replies.