Jump to content

Logo is not centered with the theme


Recommended Posts

After looking at your page where I see the problem with the logo here is my suggestion:

1. Reduce the size of your Logo, your header container of the page is only have a height=180px and your logo height=275px.

2. #header_logo {
float: left;
margin-bottom: 11px; (you need to delete this)
margin-left: 54px;
margin-top: 29px; (you need to reduce this)
width: 50%;
}

3. img.logo {
float: left;
font-size: 2em;
font-weight: bold;
margin-top: 0.5em; (you might want to delete this)
}

2 and 3 CSS selector is located in your global.css file. Once you have this done, you should see your logo seating nicely inside of that box.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...