Forums

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

Home Forums CSS list image alignment

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44475
    catfood
    Member

    hi

    i have a series of 3 images in a list that i need to appear centrally aligned beneath a paragraph of text.

    css:

    .serviceIcon ul li {

    padding: 20px 10px 20px 0px;
    width: 40px;
    height:40px;
    list-style:none;
    display: inline-block;
    float: none;

    }

    html:

    #133722
    Paulie_D
    Member

    ..and?

    All you have done is state a requirement not what the issue is.

    #133723
    catfood
    Member

    …aaaand they’re not appearing as required, they are still hanging about the left hand margin.

    #133725
    Paulie_D
    Member

    How could we tell?

    Do you have a link or a Codepen?

    Oh…and you do know you haven’t closed those pesky `li` tags…don’t you?

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