This is the z-index fault or you have a perspective set in some element, e.g. something is translated by translate.
If you give me the page with the problem, I will give you a repair code
https://www.hetkruidenkastje.nl/testform/
The date picker is in field “Besteldatum”
Here you go Tnxs in advance
Regards
w vd Broek
-
This reply was modified 8 years ago by
wvdbroek.
You must change the location of the <nav> </ nav> element. This is due to the specificity of html and css, there can be no higher element which is in the hierarchy lower.
Insert the nav element into the container with the .main class.
It’s best to just move this line: <div class=”main” style=”min-height: 1px;”>
before this: <!– Navigation start –>
I apologize for the long answer but I did not notice your post.
iam sorry but how do i do this and in what file.
tnxs
I’m sorry I thought you were creating your own website.
If you do not have programming knowledge, you may not be able to fix this error yourself.
The template error is that it has a bad structure that does not comply with the standards.
In any case, (page.php, single.php, archive.php…) you would have to cut the line with the “.main” class, and insert in front of <nav> </ nav>
Yes i am creating my own website and i have some programming knowledge but this i just cant figure out sorry.
so this is not controlled by css only and i cannot enter a piece of css in the css customizer ??
tnxs again
In CSS, everything is perfect. The problem is in the structure, the headerr (nav) must be inside the div with the main class
ok i just edited the page.php and put this after wrapper start
<!– <div class=”main”> –>
revisted the form and now it works. but i now just disabled this is this needed for any other function. the site seems to propperly work ?
It depends on the situation, everything seems right now.