I’m not sure what “Browse” bar you mean. I just installed Oxygen and it doesn’t have a visible bar for me. If you mean the breadcrumb trail listing what page you’re looking at, change this in your style.css:
.breadcrumbs {
display: none;
}
Open Oxygen’s style.css and change this…
#branding {
float: left;
width: 45%;
overflow: hidden;
}
to this…
#branding {
float: none;
width: 100%;
text-align: center;
overflow: hidden;
}
That will center your title and site description.