Author Topic: Does anyone know how to put a nice space?  (Read 1656 times)

0 Members and 1 Guest are viewing this topic.

CanadianPro7th

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: CanadianPro7th
Does anyone know how to put a nice space?
« on: May 26, 2014, 06:40:01 AM »
when i use now playing song at the top of my overlay it looks like it is one whole word! does anyone know how to make a good spacing?

Dante557

  • Advisor
  • Councilor
  • **
  • Posts: 555
  • Karma: +26/-0
  • Sometimes Helpful, Sometimes Not :D
    • View Profile
    • My Twitch Page
  • Twitch Name: Dante557
Re: Does anyone know how to put a nice space?
« Reply #1 on: May 26, 2014, 08:34:48 AM »
If I'm reading this right, this probably has to do with the font and font size you have chosen.

I'm assuming you are using OBS. What font are you using and at what size is it?
If you need to get through to me you can try to contact me on Twitter @ http://www.twitter.com/dante556

Feadern

  • Youngling
  • *
  • Posts: 19
  • Karma: +1/-0
    • View Profile
  • Twitch Name: Feadern
Re: Does anyone know how to put a nice space?
« Reply #2 on: May 26, 2014, 07:36:06 PM »
If I'm reading this right, this probably has to do with the font and font size you have chosen.

I'm assuming you are using OBS. What font are you using and at what size is it?

Sounds like it's possible, if that's the case some CSS will help :)

Look here, it's probably what you're after.

example:
Code: [Select]
#cssID (or) .cssClass {

letter-spacing: 5px; /*creates 5 pixel gaps between letters*/

}