If I increase the default text and display size settings on my android mobile, the hamburger navbar icon gets pushed out to the right of the viewport. Any idea how I stop this please?
Now, I could be wrong about this, but it seems your menu button is using the “em” unit for its padding size. This could be why that’s happening. The “em” unit is based off the relative parents font size. So, if that’s increasing, then so would the padding I’m thinking. Can you try, changing the padding units to a comfortable “px” unit instead and see if that works?
Ok, so when you increase the font size, can you scroll all the way down to the footer and see if anything is sticking out? Because in the footer, I see a piece of text where you refer to the website url “MortgageWithBadCredit.co.uk” that is really long. And because there are no spaces, the word cannot wrap. This may be causing that to happen.
I am sorry I couldn’t provide a solution. I don’t have an Android device nor an Android emulator so I can’t test the mobile chrome browser with those Android settings. However, I can’t help to think that it has to be an em unit somewhere that might be causing this. Only because I saw so many em units being used for positioning and spacing. Couldn’t say for sure though. Like when I increase the body font-size, the top and bottom padding start to increase on the brand logo in the navbar. Not the best place to use em units in my opinion.
I am sure someone else here will be able to provide a solution. @vincent Any ideas?