Forums

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

Home Forums CSS Word spacing and fixed positioning

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43378

    http://i.picresize.com/CbA

    Blog falls off the line as soon as I insert the word-spacing property. I’ve been tweaking positioning and nothing works. The only way it goes away is if I take the word-spacing property out. Anyone have this problem?

    #128156
    Alen
    Participant

    What are you applying the CSS to? What element? What is the HTML structure? [Create a CodePen sample for us](http://codepen.io/pen/), so we can see what the issue is.

    #128248
    #128249

    #nav {
    position:fixed;
    padding-left:20px;
    padding-top:20px;
    padding-right:20px;
    top:0px;
    right:500px;
    height:70px;
    font-family:market deco;
    line-height:110px;
    word-spacing:10px;
    }

    #128289
    Paulie_D
    Member

    Codepen link doesn’t work.

    Please try again…your code (in isolation) isn’t enough.

    Do you have a live link to the site by any chance?

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.