Forums

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

Home Forums CSS [Solved] Need help centering

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

    Hi gang! I’m almost complete with my website but I need help. In two of the sections, I need help getting them centered. First, the About section. I need the two founders images centered under the about copy. Next, in the services section, I need the tabs and tab copy centered. Any help would be greatly appreciated.

    the website is: http://www.theseareforyouflowers.com

    #201882
    timbarden
    Participant

    Hi,

    I’ll start with the Services tabs. These are actually already centered. It’s just that you have a fourth list item that is empty, giving the impression that the list is not centered.

    As for centering the other elements, they are using float: left hence their current positions. If you remove this and use display: inline-block and text-align: center in the same way as the Services tabs then you’ll get nearer to your goal.

    #201890
    nswenston
    Participant

    Hi Tim! Thank you so much for your help! I really do appreciate it. You were a big help. I’m so glad a community like this exists. Thanks again, Tim.

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