Mobile landscape menu link issues

The issue is only happening in mobile portrait. I’m having problems diagnosing why the menu link to the second section (what we do) stops just before the top of the section rather than staying flush like the rest. All sections have a link to a div under another div so that it will sit flush. anyone see what I’m missing? thanks!


[https://preview.webflow.com/preview/lanyap?preview=ee1350294dd18cf77fae3b90ea49025b]

It’s because your site structure is not built in the best way. Your sections should be labeled as such in the tags under the cog icon. You are using a section for just your title instead of building it into the section with content so it’s seeing it as the wrong position. Change the div tag of the section to section and it should line up with the top of that section. I’d also suggest reworking the structure of the site.

If you are unfamiliar with website structure and box model, I suggest watching this video, it can save you from a lot of issues. https://webflow.com/workshop/the-basics-of-site-structure

1 Like

Thanks! I’m pretty new to all of this, I’m still trying to learn the basics and seeing how there are things you CAN do but doesn’t mean you should in terms of structure.

1 Like

Yes, you can do anything, but it likely will mean that your site does not perform properly. I had to learn all about web design standards and the box model through using webflow over the past 5 years. You can also google web box model to read more. Good Luck!