Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Display:inline-block on

  • Re: Display:inline-block on
  • #106280

    @ChristopherBurton @kgscott284 In this case, I simply used the markup that was provided. The fix that I use depends on the design; if I am working with ems then using font-size: 0; means that any child elements will have a font-size of 0 (I often use ems for responsive designs as it makes it much easier to adjust font sizing across the board for different sized screens). Another fix I often use is margin-right: -.25em;.