Hello
So struggling to find the reason why on Android devices only, the homepage on my website www.charcutie.co.uk does not line up correctly. See the 2 screen shots. The correct centred one is on an iPhone and the second shot where the S is missing of Manchester is android. Had multiple friends on android report the same.
Any ideas?
Thanks in advance
.
This isn't an android thing as I can see it just fine on mine.
It's a screen size thing - being a smaller screen just doesn't fit the word. For example, take a look at the older iphones:
If you're going to keep longer words like that in there you could look to add some custom css to make it smaller on the small screens. For example (and don't copy and paste - but use as inspiration):
@media screen and (max-width: 500px){
.hero__title.h1 {
font-size: 8vw;
}
}
The gap appears out of place and I do not individually adore it, does all of us recognise the way to get flow the page upwards or what I can do about this?
User | Count |
---|---|
28 | |
18 | |
17 | |
16 | |
10 |