Mobile overflow issues #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It's always nice to see you start a new project!
I took a look at the website on my mobile phone and noticed some horizontal overflow.
You could remove this by adding the following CSS code:
margin-leftfromh1.front-titleon mobile (or add it later)widthofh1.front-title imgto 100%.margin-leftfrom theheader navon mobile.As a small bonus, you could align the last nav link to the right side using
.navlinks > a:not(:last-child).It's a minor issue, but some users may also find it annoying when scrolling the page.
Hi Florian, thanks for the pointers. It seems mobile browsers ignore overflow-x: hidden on the body, which made it a bit awkward to make the header image extend out of the screen without creating a scrollbar. Patch
ffe92cd753seems to work. Let me know if you're still seeing issues.