Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8459545
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:21:38+00:00 2026-06-10T13:21:38+00:00

My purpose is to have two letters in a pseudo-element’s content, with a spacing

  • 0

My purpose is to have two letters in a pseudo-element’s content, with a spacing of 1 pixel between each letter.

I have tried the obvious, which is assigning a letter-spacing of 1 pixel:

#tweetList > li > .blockstyle > blockquote p.tweettext:before{
    content: '\2018\2019';
    font-family: 'ocr';
    font-style: normal;
    font-weight: 400;
    position: absolute;
    font-size: 120px;
    top: 0px;
    left: -120px;
    color: rgba(26,114,189, 1);
    text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
}

The problem is that the two apostrophes are not getting the desired spacing. Here’s a snapshot of the result:

result apostrophe spacing

And here’s what I’m trying to achieve:

desired apostrophe spacing

How can it be done?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T13:21:39+00:00Added an answer on June 10, 2026 at 1:21 pm

    Problem

    The issue lies within the glyph’s width. As each apostrophe letter is taking more space in width than the actual glyph, they seem departed.

    Solution

    To solve this, adjust the letter spacing by assigning a negative value, like so:

    #tweetList > li > .blockstyle > blockquote p.tweettext:before{
        content: '\2018\2019';
        font-family: 'ocr';
        font-style: normal;
        font-weight: 400;
        position: absolute;
        font-size: 120px;
        top: 0px;
        left: -120px;
        color: rgba(26,114,189, 1);
        text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
        letter-spacing: -.2em; /* <-- */
    }
    

    Demo

    • on dabblet
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I have two models that are very different, is it defeating the purpose
I have a JTable with two columns and both are JComboBox, for this purpose
I have two databases, each containing email addresses of users. I've written a script
I have a paragraph of text scrambled by columns of two chars. The purpose
I have two UIViewControllers each with their own nib files. Each controller serves a
I have two queries serving the same purpose. SELECT * FROM #user INNER JOIN
I have two models with a HABTM relationsip: users & interests... Basically the purpose
I have two salts, each user has a unique salt that is stored with
I have two similar database with the same schema.But one is for printing purpose.
I have two objects in a game, which for this purpose can be considered

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.