Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

image size for the "store logo"


2 replies to this topic

#1 dculley

  • Community Member
  • 73 posts
  • Real Name:Dean Culley
  • Gender:Male
  • Location:North Charleston, SC (USA)

Posted 21 January 2012, 19:23

I'm in the admin tools, next step is Store Logo. When I uploaded it, it was way to big. Can anyone give me the size? Thanks

#2 DunWeb

  • Community Sponsor
  • 10,468 posts
  • Real Name:Chris Dunn
  • Gender:Male
  • Location:Tecumseh, Ontario, Canada N8N 1X8

Posted 21 January 2012, 19:32

@dculley,

The maximum default size is 267 x 60.

If you want it a larger height will need to edit the stylesheet.css

#header {
height: 60px;
}

If you want it wider, you will need to edit the header.php file



Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:

:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:

#3 dculley

  • Community Member
  • 73 posts
  • Real Name:Dean Culley
  • Gender:Male
  • Location:North Charleston, SC (USA)

Posted 21 January 2012, 19:46

Thanks - That is a big help.