Forums

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

Home Forums CSS A div going over fixed header

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #248245
    Abrar Mohi Shafee
    Participant

    Please take a look at this url: https://www.smartgeekwrist.com/2016/11/25/wordpress-resources-at-siteground/ The “Uncategoried” box is going over the sticky header when scrolling down. How can I fix it please?

    Thanks in advance!

    #248247
    Paulie_D
    Member

    In brief Z-index

    #248249
    Abrar Mohi Shafee
    Participant

    Thank. Can you tell me where and how I should put this css to solve the issue? I am not aware of z-index. :(

    #248306
    tomnoble92
    Participant

    You need to set the position: of the elements you want to change, to relative or absolute.

    And then give the element you want lower on the z axis. Z-index:1

    and the element you want higher z-index:999

    As long as the number if higher on the element you want on top it will render on top.

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