I have an image that is not as wide as the original in the silent theme. I would like to center it. I did upload it through the edit part and it left justified it.
I found this in the css editor
.ow_header_pic {
height:215px;
background-color:#3d474a;
background-image:url('images/header.jpg');/**OW_Control type:image,key:headerImage,section:1.General Settings,label:Page header image **/
background-repeat:no-repeat;
}
I am assuming this is the part that needs to edited but not sure
How.