posted on October 7, 2009 03:47:59 PM new
Hi, all. New to Vendio as of today and am still trying to learn my way around. If someone doesn't mind, could they take a look at my store and tell me if there's a was to eitehr make the logo bigger or add some text (my store name) next to that logo? It looks a little bare up there right now I think.
To use a larger image for the Vendio Store logo, follow the following steps
1. Log into your Vendio Account
2. Under Items>Store Designer>Customize Your Store – select the customize button
3. On the top navigation, select Advanced and then “Enable Advanced Mode”
4. Select the CSS file for your template (it will be the “style” template matching the color of your store)
5. You will need to edit the height allowance of your header to make room for a larger logo – In the example below we have changed the header height to 110 and the logo height to 100.
Editing the height of the header:
Look for this code in the CSS:
.Headinfo {
height: 55px !important;
}
Typical logos are 100px, so – you can experiment to get a logo to fit better.
.Headinfo {
height: 110px !important;
}
6. You will then want to go back into the CSS file and edit the allowable logo height. It is recommended that you logo not be larger than the header size you set, or your logo will not display correctly in the header.
7. Save your work by clicking on the “Save” button
You can now resize up the height you specified your logo in the Store Designer, either as you upload it or by selecting a new size. It is recommended that you leave the “constrain portions” selected. This will insure the correct proportions.