Overlapping problem of sessions with html anchors

Asked

Viewed 62 times

1

I’m making a personal website that has a menu with anchors, all work well except the anchor of the menu called team note that it goes down right for session but it overlap all the title being that in other sessions works correctly because it happens ?

When I click I had to stay like this inserir a descrição da imagem aqui

more is getting like this: inserir a descrição da imagem aqui

NOTE: site link at the beginning of the topic

1 answer

1


Kirito note that in all other sessions of your site there is a padding:100px but in the session of Team () there is no such padding so it is overlapping.

Just add this to the CSS you’ll solve:

section#count_parallax {
    padding: 100px 0;
}

See the result in the image, notice the red Box: inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.