Forums

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

Home Forums CSS would love to move body border over menu…

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

    to the talented few…
    if you have any idea on how i can get the body border (pink 20px band around the body of this website http://www.weedmediadesign.com ) 769px and above media query

    to position above the top menu and bottom footer i would greatly appreciate your insight. i tried using the z-index but to no avail.

    also, the footer is no longer touching the bottom base of the site. wondering how to fix this as well. the green Right Div is not moving over to the far right of the page even with a FIXED declaration. am i really that stupid? your help would be greatly appreciated.

    github link is: https://gist.github.com/anonymous/878f0b35c5af744379cb

    drotar

    #234800
    Shikkediel
    Participant

    I don’t think it’s possible with any kind of stacking because it involves body (which all elements are children of). So I can only see it working by reshaping the header and giving it some positioning. Removing box-sizing: border-box from html seems to have a good effect on the footer.

    Edit – might be even better to give the header a pink top border instead…

    #234884
    drotar
    Participant

    shik, great idea and it worked perfectly. thank you. footer fixed itself.

    d SOLVED

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