Forums

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

Home Forums CSS Text is centered And But No Text-Align: Center

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

    Hello My text for some reason is way out in middle for the ul li a. and there is no text-align: center

    I am trying to get the ul li a text to float left:

    I have tried every thing I can think of.

    http://codepen.io/mwbcomputers/pen/jHAda

    I’m stumbled.

    #134700
    Paulie_D
    Member

    The text is NOT centered it’s just pushed left.

    I suspect it’s due to this somehow

    .col1, .arrow-down

    Why is there a comma in there? It’s extremely unlikely that a column and a pseudo element class would have the same properties.

    #134702
    Paulie_D
    Member

    Frankly, there is **SO** much wrong in here it could take a while to sort out.

    I mean what the heck is this doing on your footer?:

    position: relative;
    float:left;
    left: 470px;

    What are you trying to do?

    #134707
    Paulie_D
    Member

    Here, play with this: http://codepen.io/anon/pen/cIDLl

    In all honesty, you just don’t seem to have a grasp on the fundamentals of CSS.

    #134739

    Trying to understand just rush it think need to slow down and think about it before rush in and do it.

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