+ 2
elements are starting under navigation
Hello i have one problem.I have one page scroll and when I click at navigation for example to home i get redirected to home but it starts under fixed navigation i need to move start of everything bellow fixed navigation (at least i think that the problem) and you can check this web on my profile in Codes under name My 2nd Web.
2 Réponses
+ 1
hello. I checked your code and edited it.
check it out here:
https://code.sololearn.com/Wr2VgekhU2v9/?ref=app
from my readings, i figured you had a margin issue between each block of section, starting from the top. i inserted an empty div before each section and gave it a margin of 150px.
then for each nav link, i directed them to each empty div which comes before each section.
it's one way to fix it.
bear in mind that there are multiple ways to fix this, this is just one.
0
would be easier to post the code here.