Forums

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

Home Forums CSS Getting date to line up

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

    Can someone help me out with getting the date to line up with the edge of the header image so that it works in all browsers.

    http://www.nanaimonightlife.com

    Thank you

    #95030
    davidlab.be
    Participant

    in your css find

    #sectionContent5973927 {
    position: absolute;
    top: 14px;
    left: 0px;
    margin-left: 160px;
    padding: 0px;
    overflow: visible;
    }

    and then delete

    left: 0px;
    margin-left: 160px;

    #95032
    goalieman34
    Member

    @springlab thank you!

    #95033
    davidlab.be
    Participant

    welcome. I only took a quick look at it, but not sure why you have that absolute positioned. However if it works let it ride for now.

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