Hi. It looks like you made some css customization.
This value must be in px. This is causing the problem.
[attachment]1.jpg[/attachment]
Dear Pavel thank you for your reply.
I must mention i made clean install. I didnt add any css yet. I've just added some rows in sppagebuilder in home page. I used the "add section", Nothing else.
I checked on templates -> basic options ->Header->Header height =70 without px..i add px, but nothing.
Throught google inspector i found some css to change to resolve the problem according to your advice. I added this code to custom CSS, NOT in template.css.
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
display: inline-block;
padding: 0 10px;
line-height: 70px;
}
#offcanvas-toggler {
display: block;
height: 70px;
line-height: 70px;
}
Now it is resolved!!! I repeat that before i didnt put any css.