Centering Blog Forums » WordPress » Fluida » How To Author Posts February 4th, 2016 at 03:49 #35485 David B The theme is left aligned. Is there a way to center it on the page? February 4th, 2016 at 03:52 #35486 David B The H tags don’t wrap images. This means any mid-page content with a section title automatically drops below the image. Suggestions? We want to be able to set the section titles to a specific font so H tags are ideal. February 10th, 2016 at 09:51 #35553 ZedCryout Creations mastermind The heading tags normally need to clear their way around content, otherwise content would wrap around them (when they don’t fill the entire line). Try this CSS if it doesn’t causes more issues than it resolves: h1, h2, h3, h4, h5, h6 { clear: right; } If you like our creations, help us share by rating them on WordPress.org. Please check the available documentation and search the forums before starting a topic. February 16th, 2016 at 20:09 #35681 David B Thanks, Zed. Will explore What about Centering the blog? This is the site: http://susannemarie.org/ February 16th, 2016 at 20:26 #35684 David B Over in Bugs, Lars posted a solution to Centering the blog: I copied this text into ‘custom theme css’ under ‘Miscellaneous’: body { margin: auto; } Author Posts Viewing 5 posts - 1 through 5 (of 5 total) The topic ‘Centering Blog’ is closed to new replies.