Deep Bot - Twitch Streamer Assistant

Deep Bot => Bug Reports => Topic started by: CanadianPro7th on May 26, 2014, 06:40:01 AM

Title: Does anyone know how to put a nice space?
Post by: CanadianPro7th 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?
Title: Re: Does anyone know how to put a nice space?
Post by: Dante557 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?
Title: Re: Does anyone know how to put a nice space?
Post by: Feadern 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 (http://www.w3schools.com/cssref/pr_text_letter-spacing.asp), it's probably what you're after.

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

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

}