Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Store logo Dimensions


oneplace

Recommended Posts

  • 3 months later...

How is the Dimensions set for the store Logo?

I see how it is displayed in the header, but I am not sure just how to change it.

 

The size of the store logo in controlled in the stylesheet.

Just simply add dimensions in.

Note: you may need to change the size of the header depending on the height of your logo.

Link to comment
Share on other sites

  • 6 months later...

near the  the top of your stylesheet

 

#header {
  height: 60px; <-- CHANGE ME
}

#storeLogo {
  float: left;
  margin-top: 5px;
}

#headerShortcuts {
  float: right;
  margin-top: 15px;
}

To improve is to change; to be perfect is to change often.

 

Link to comment
Share on other sites

let me try that again and see if i can paste my stylesheet in here: 

 

*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $
 
  osCommerce, Open Source E-Commerce Solutions
 
  Copyright © 2003 osCommerce
 
  Released under the GNU General Public License
*/
 
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
 
BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
 
A {
  color: #000000;
  text-decoration: none;
}
 
A:hover {
  color: #AABBDD;
  text-decoration: underline;
}
 
FORM {
display: inline;
}
 
TR.header {
  background: #ffffff;
}
 
TR.headerNavigation {
  background: #bbc3d3;
}
 
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}
 
A.headerNavigation { 
  color: #FFFFFF; 
}
 
A.headerNavigation:hover {
  color: #ffffff;
}
 
TR.headerError {
  background: #ff0000;
}
 
TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}
 
TR.headerInfo {
  background: #00ff00;
}
 
TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
 
TR.footer {
  background: #bbc3d3;
}
 
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}
 
.infoBox {
  background: #b6b7cb;
}
Link to comment
Share on other sites

Hmmm, older version? I just downloaded, but I had 2 copies of my web, maybe i pulled that from the old one, I think ill just start over. Thanks, Ill try again!, But since I've got you here, maybe you can tell me, my main target using oscommerce is to change it around enough to use it as a check in for my computer repair shop, I'll need to edit the customer fields to add more, be able to create a work order and then an invoice...  think that would be possible with oscommerce as I can't find any kind of software that i can host on my server that i like. and I don't like the ones that are hosted on other servers, as i don't have much control on fields and things that i need specific for my business...

Edited by tdowis
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...