Image Size for Logo

Support Area Forums Foundation Image Size for Logo

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #5431
    Ben Coleman
    Participant

    What size graphic should we use for the logo at the top of the page?

    #5438
    Bill Robbins
    Moderator

    The dimensions that will fit best in the theme as is are 600 pixels wide by 80 pixels tall. If you need more height for your logo, you can add this to the Custom CSS box on the styling tab of the theme options page:

    
    #header {
    	height: 160px;
    }
    

    That will increase the height of the logo area by 20 pixels. The navigation bar is 40 pixels tall so that is part of the overall height of the header. If you do adjust the height of the header, you may also want to change this:

    
    #tagline {
    	top: 45px;
    }
    

    That will change the distance from the top of the screen for the tagline so you can position it however it looks best in your situation.

    Hope that helps,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Image Size for Logo’ is closed to new replies.