I am trying to center the Page title over the main content of the page rather than over the full width of the page. Right now it centers of the main content and the sidebar. avee@wensolutions suggested the following code to help:
#separator-title {
text-align: left;
margin-left: 260px;
}
The only problem with this code is that is works if the window is not maximized or if the monitor is smaller. If I maximize, it shifts to the left quite a bit. Is there any way to center it over the left column since the right column (approximately 1/3 of the screen) is the sidebar?