Sign in option not displaying correctly on Safari
RespondidaHi everyone,
I have an issue on our Guide - the Sign in option appears on two lines on Safari browsers but it's fine on Chrome with the exact same screen size at full screen.
Any ideas what might be causing this?
-
Hey,
May be you sign-in button have padding or width or margin.
You can try this code for fixes:
.nav-wrapper a.sign-in{
padding:0;
margin:0;
}
Or may be you have your own custom class for header links so pay attention on class name
or you can share your public HC URL then I'll give exact answer.Every browser have their own properties or different capabilities on the basis of browser version, devices and many other things and they don't work same.
You can read this article:
https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Introduction
Thanks
-
Thanks Ifra Saqlain that's super helpful!
This is the URL for our Guide: https://support.ivent-hq.com/hc/en-gb
Can you spot anything that causes it?
I have previously removed Sign in option as we didn't think we needed it but now that's changed.
Thanks again,
Nikita
-
Cheers! :)
Por favor, entrar para comentar.
3 Comentários