Hanging punctuation?
-
Has anyone managed to get their punctuation to 'hang' outside the text box?
I am using the code below, but it isn't working on either Chrome or Safari.
I placed it under Custom CSS for Desktop Version (_Default refers to my text format).._Default p {
hanging-punctuation: first;
}
-
Maybe try it with a character text format?
-
I created a Character Text Format called "DefaultCharacter" and then added this code to Custom CSS for Desktop Version, but still no luck. Am I doing the code wrong, perhaps?
._DefaultCharacter {
hanging-punctuation: first;
} -
I created a Character Text Format called "DefaultCharacter" and then added this code to Custom CSS for Desktop Version, but still no luck. Am I doing the code wrong, perhaps?
._DefaultCharacter {
hanging-punctuation: first;
}@billykioso you got link to it in action?
-
It's working now! I must have not refreshed enough. Thank you!
-
I realised what happened: it works in Safari, but not in Chrome or Firefox. Thanks anyway!
-
interesting, never saw this "hanging-punctuation: first;" before
-

The result on Safari :)