Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Juljus777 30

    @Juljus777

    Posted

    To fix the problem, where text, with letter spacing, dosen't get centered correctly inside an element, you could wrap the text inside a span tag and style it with margin-right:-"letter-spacing of the text".This would fix the text centering inside the (NEW) element.

    Also using either margin-left or margin-right depends on the text element "direction" property. So if text runs from rtl (right to left) you will want to use -margin-right and when it runs from ltr you will want to use -margin-left instead.

    0