View Single Post
  #4  
Old 06-29-2010, 03:02 PM
 
SID357 SID357 is offline
 

eXpert
  
Join Date: May 2010
Posts: 205
 

Default Re: Yet another logo question (little help?)

Thanks for the reply Tal, appreciate it.

Unfortunately, there wasn't any change. Still looks the same as the screen shot.

Code:
#header { height: 140px; position: absolute !important; top: 0px; left: 0px; width: 100%; } #footer { height: 39px; width: 100%; position: absolute !important; bottom: 0; overflow: hidden; float: left; } /* Right-to-left */ .rtl { direction: rtl; } /* header styles */ #header .line1 { position: relative; height: 89px; direction: ltr; } #header .line1 .logo { padding-top: 9px; margin-left: 27px; width: 203px; } ### THIS IS THE ACTUAL LOGO SIZE #header .line1 .logo a img { width: 597px; height: 89px; margin-left: auto; margin-right: auto;
Reply With Quote