Sorry for asking, but I have already tried all the tips I found in the Internet. Somehow the site is still well-looking only on my own computer and awfully bad on my smartphone. At least, I would like to have it narrower. Already've tried max-width. that's my site
At the moment it looks like this in "body"
{
background: url(pics/background.png) ;
background-attachment: fixed;
background-width: 100%
background-repeat: no-repeat;
background-size: cover;
}
If the whole code needed, I can attach it though there is nothing to be proud of.