View Single Post
  #5  
Old 03-16-2011, 06:45 PM
 
smarta smarta is offline
 

Senior Member
  
Join Date: Aug 2008
Posts: 129
 

Default Re: centering company_logo.gif

#header .line1 .logo {
position: absolute;
left: 20px;
top: 31px;
height: 50px;
width: 228px;
margin: 0;
padding: 0;

I changed
left: 20px;
ot
0px

and it worked

maybe not the correct way .. but it worked
__________________
4.4.3
Reply With Quote