Archived topic
Small space below header/navigation on mobile
3 replies · Started by Catherine on December 28, 2021
Hello,
I am trying to fix a small amount of white space below the header/navigation on mobile. You can see the space on this page: https://tuliptree.ca/testimonials between the mobile header and the first container with the pale green background. The space does not appear on the desktop view. I have reviewed past threads and tried out solutions that have been offered in the past but have not succeeded in fixing it.
Thanks so much!
Catherine
Hi there,
I believe this CSS you've added is causing the issue:
/* add padding around mobile navigation header */
.mobile-header-navigation {
padding: 10px;
box-sizing: border-box;
}
Let me know if this helps :)
That worked perfectly! Thanks so much, Leo. I really appreciate it.
No problem :)