PDA

View Full Version : New banner not lining up right


Bladerah
09-10-2013, 06:30 PM
<a href="http://www.livemmoforum.com" target="_blank">www.livemmoforum.com</a> is the site. You can see the banner goes across the top but too far to the right. The old banner was centered and when I loaded this one I removed the centering code from the additional.css template. Not quite sure why it wont move to the left as it should.

Any ideas?

ForceHSS
09-10-2013, 11:38 PM
Try setting it to auto even after you do that its still to big

tbworld
09-11-2013, 12:47 AM
Add this to the bottom of your additional.css

.logo-image {
clear: both;
float: none !important;
margin: 0 auto !important;
}
On my end (testing your page) I needed the "!important". Test without it, and if it doesn't need it -- remove it. It will not help you later on. You will still need to modify your graphic as @Forcehss suggested.

Bladerah
09-11-2013, 01:14 AM
The fix worked tbworld. Thank you very much.

tbworld
09-11-2013, 04:28 AM
The fix worked tbworld. Thank you very much.

You're welcome... but it is always a team effort around here.