Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Header box needs centered
21-03-2010, 06:12 PM (This post was last modified: 21-03-2010 06:12 PM by egm1947.)
Post: #1
Header box needs centered
the header box needs centered, look at my site http://www.virginfreaks.com
Find all posts by this user
Quote this message in a reply
21-03-2010, 08:29 PM
Post: #2
RE: Header box needs centered
i m not sure but try this;

go to template/blend/default.css. open it and find
PHP Code:
#logo {
    
width970px;
    
height150px;
    
margin0 auto;
    
padding0 10px;


change it to
PHP Code:
#logo {
    
width970px;
    
height150px;
    
margin0 auto;
    
padding0 0;

Find all posts by this user
Quote this message in a reply
21-03-2010, 09:07 PM
Post: #3
RE: Header box needs centered
Nope didn't Do it!
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: