I’m using the Interface (free) theme for a 1-page landing page for a promotion. I have removed the navigation menu and I would like to center the page logo. I have tried a few modifications in the CSS, but nothing seems to work.
How do I center the site logo?
Here’s my HTML:
<body class="home page page-id-2 page-template page-template-page-templatespage-template-business-php logged-in admin-bar no-customize-support custom-background full-width-template business-layout">
<div class="wrapper">
<header id="branding" >
<div class="hgroup-wrap">
<div class="container clearfix">
<section id="site-logo" class="clearfix">
<h1 id="site-title"> <a href="http://localhost:8888/" title="" rel="home"> <img src="http://localhost:8888/wp-content/uploads/2014/08/logo.png" alt="" /> </a> </h1>
</section>