Hey again pavlosp,
Sorry to hear the code didn’t work. Upon checking your site I couldn’t see the code added there, did you remove it?
You could try adding this instead:
body.custom-background {
background-position: center !important;
}
Normally I wouldn’t suggest the use of the !important declaration. However, it can sometimes be a necessary evil when over-writing existing styles. You can find more info on the use of important declaration here:
https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity#The_!important_exception
Hope this helps ??
Cheers,
Bojan