I just moved lobelvilletn.org from the dev location to the live site, and when I checked how it looked on my iPhone 13 Pro Max, the menu is not dropping down completely under the menu bar. I'm attaching a screenshot so you can see what I'm talking about. It looks fine in the admin area of the templates, but not the way I expected. If someone can't reach the full menu, then it breaks the site.
Hi Pat,
Do you mean it cover the home menu item, right?
You can try this custom css:
@media (max-width: 576px){ .t4-offcanvas .t4-off-canvas-body:has(.mod-menu-flex) { padding-top: 7rem !important; } }
You can adjust the value to suit your need.
Perfect! Thank you, Heinz.