Please help.
Please help.
You cannot control images that you upload via theme customizer if they are of not proper size. Please restore default image and upload your image to the images folder (in the theme folder) instead of current one: space.jpg
Then we'll be able to place your image right in the center. Let me know when you do that.
Is there a way so it can be fit to the viewable window rather than the whole page?
.ow_header_pic {
height: 300px;
background-size: contain;
background-position: 0px 0px;
}
on line 6432 of base.css for smartphones
you need to adjut position for background-position
the same here on line 7102 for tablets
.ow_header_pic {
height: 300px;
background-size: contain;
background-position: 0px 0px;
}