Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Bigger Store Logo


JustinS

Recommended Posts

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.

Link to comment
Share on other sites

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. :)

Link to comment
Share on other sites

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 >

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...