Jump to content



Latest News: (loading..)

- - - - -

Bigger Store Logo

logo

  • Please log in to reply
5 replies to this topic

#1   JustinS

JustinS
  • Members
  • 112 posts
  • Real Name:Justin Sisson

Posted 16 June 2012 - 10:17 PM

How do I move the rest of the website down so that I can have a bigger store logo?

What file do I need to edit

EDIT:
Hmm...

<div id="header" class="grid_24">
  <div id="storeLogo"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></div>

in <div id="header" class="grid_24"> I changed "grid_24" to "grid_25" and it looks almost flawless... but is this the correct way to do it lol.

Edited by JustinS, 16 June 2012 - 10:19 PM.


#2   al3ks

al3ks
  • Members
  • 288 posts
  • Real Name:Aleksander
  • Gender:Male
  • Location:UK

Posted 16 June 2012 - 10:20 PM

You should be able to do this by adding this to your stylesheet.css file:


#storeLogo {
margin-bottom: 50px;
}

Adjust the 50px to what you need.
Find this post helpful? Click the 'Like this' button. :)

#3   germ

germ
  • Members
  • 13,921 posts
  • Real Name:Jim
  • Gender:Male
  • Location:USA (GMT-6)

Posted 16 June 2012 - 10:22 PM

Click me

A link to problems associated with a bigger logo and how to fix them.

The header height is in the stylesheet.
If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."
- Me -

"Headers already sent" - The definitive help

"Cannot redeclare ..." - How to find/fix it

SSL Implementation Help

Like this post? "Like" it again over there >

#4   JustinS

JustinS
  • Members
  • 112 posts
  • Real Name:Justin Sisson

Posted 17 June 2012 - 12:08 AM

@al3ks
where is the stylesheet at?
i just started a new osc so unfamiliar with all of the files

#5 ONLINE   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,732 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Ontario, Canada

Posted 17 June 2012 - 12:10 AM

@JustinS

the stylesheet.css is located in your store root directory



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

See my Profile (click here)

#6   JustinS

JustinS
  • Members
  • 112 posts
  • Real Name:Justin Sisson

Posted 17 June 2012 - 01:31 AM

Thank you! I found it and made the proper corrections.