I recently added a photo with border to the right sidebar, and now all of my page titles are appearing in the space between the page text and the sidebar. Please help!
@lillianduggan It looks like you have changed the css. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all changes’.
.entry-title {
float: none;
}
Hope this works. We provide small css support for free.