Forums

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

Home Forums CSS centering elements

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

    what css property do I need to apply to cente this?




    News



    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam porttitor nisi vel justo pulvinar placerat.
    Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.






    Photos



    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam porttitor nisi vel justo pulvinar placerat.
    Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.





    Events



    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam porttitor nisi vel justo pulvinar placerat.
    Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.



    #108156
    Paulie_D
    Member

    Centre what?…all of it, just the text , just parts?

    Need more information.

    I would add that the ‘section’ elements you have given the class of ‘feature’ should, more appropriately, be ‘articles’…but each to their own.

    #108160
    seamres
    Member

    If you want to center your features class then do this:

    .features {
    width: 900px ; /*or whatever you want*/
    margin: 0 auto;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.