In browser responsive view it seems fine. All things working properly
But when I view it on my android phone. It doesn't align properly. I tested it on many devices. All results are the same. What is the problem? Can anyone help? This is very weird
In browser responsive view it seems fine. All things working properly
But when I view it on my android phone. It doesn't align properly. I tested it on many devices. All results are the same. What is the problem? Can anyone help? This is very weird
You can try to add this to your style sheet:
body{
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}