Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #219112

    Hi,

    There is a letter-spacing: 1.5px; on table that I can’t seem to be able to turn to 0px. I have tried to add the below code into the custom css but it does not make any difference.

    th {
        letter-spacing: 0px !important;
    }

    Can you help? Thanks

    Here is my website : http://goo.gl/w2mzEl

    #219170

    Hey!

    Try adding this code to the Quick CSS:

    table * {
        letter-spacing: -1px !important;
    }

    Cheers! 
    Josue

    #219172

    Thanks but it does not seem to make any difference :(

    #219173

    Hi!

    If you set it to 0 it won’t, because there wasn’t any letter-spacing property before, but if you set it to something lower than 0 it makes a difference (-1):

    Regards,
    Josue

    #219175

    table

    I have set it at -2px and no change on my table.

    #219178

    Hi!

    You have a typo on your code that is disabling all the code below it:

    That ; after #upload should be a {

    Regards,
    Josue

    #219181

    Oh I am sorry for bothering you, that was my mistake !! Thanks for your help

    #219182

    No problem, you are welcome, glad we could help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Letter-spacing in table’ is closed to new replies.