Hi!
In phone and tablet version of our site, it appears this strange space between the top of the page and the dropdown menu. We don't know how to delete this space, so can anyone help us?
Thanks!!
!
An (unexpected) space between the top of the page and the dropdown menu
Hi!
In phone and tablet version of our site, it appears this strange space between the top of the page and the dropdown menu. We don't know how to delete this space, so can anyone help us?
Thanks!!
!
Hi Sara,
you you post a link to the website? Thank you :-)
Marius
Thanks
Hi Sara,
try to add this to your Custom mobile CSS.
.primary {
top: 40px;
}
Also have a look here:
But the CSS solution should do the job.
Best :-)
Marius
@mariusjopen said in An (unexpected) space between the top of the page and the dropdown menu:
.primary {
top: 40px;
}
Great it works! Thanks a lot : )