IE8 – Logo not in-line with Site Title
Hi Sakin -
Re: http://mitchell-engineering.com/mitchell-engineering/
I've added the below CSS code in order to get my Logo and Site Title side by side in one line.
/* ALIGN HEADER LOGO & TITLE */
#hgroup.with-logo {
clear: none;
display: inline;
float: left;
padding-top: 25px;
padding-left: 10px;
}
While this works in Firefox and Opera, it doesn't in IE8.
What am I missing?
Also, in order to get the Logo and Site Title to line-up , I added padding-top: 25px. However, is there a better way to 'auto' align the Logo with either the top or bottom of the title without having to enter (by trial-and-error) a padding amount?
Thanks.