Howdy! [ Register | Login | Forums ]


This forum was created to help business owners just like you that sell on eBay, Amazon and through your own eCommerce Site, with the simple ethos that:

"Selling an item online is easy, so is a couple of items, but making living from a business that sells online, well that's something different entirely."

I don't pretend to have all the answers and I know that "together we're stronger" and if you consider the wealth of knowledge that we each posses, using this forum can help us all. We each have a huge amount of experience and provide our own perspectives to any questions & challenges that we may have..

Your input, no matter how small is valued
If you've not registered yet, you can do here for free and if you already have registered, sign-in here.

Get help right now

Registration is free and you can ask your question straight away.

PS. It really is Free! Need to do the spam check though :)

Ebay Shop Header

Please consider registering
guest

Log In

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 4 characters - maximum search word length is 84 characters

Ebay Shop Header
August 7, 2012
10:23 AM
dave p
Member
Forum Posts: 24
Member Since:
July 26, 2012
Offline

Hi all

Been having a play around with the option to add an ebay shop header. I am particularly interested in how you can have images that act as a hyperlink to particular search terms. I am planning to have each logo of brands that we sell acting as a link to items of that brand we sell.
The logos are in a banner with a border and background colour.
The issue is that I cannot get the banner to span the entire width of the page. Ebay has it automatically adjusting based on the number of logos I have and hence it only spans about half the width of the listing. Obviously this looks crap.
Does anyone know how I can prevent this from happening and ensure that the background and broder spans the entire width regardless of the number of logos I have?

Cheers

August 7, 2012
2:07 PM
Matthew Ogborne
Guest

Hi Dave,

Ah you need some code to do this, as it will restrict the eBay shop’s width and make it feel more like a website rather than stretchy pair of pants.

Follow these steps:

1. Go here http://cgi6.ebay.co.uk/ws/eBay…..EditHeader
2. Set it to “yes”
3. Copy paste the following code that follows into the box
4. Press “Save Settings”
5. View your eBay shop

Then add any extra images or links you like and they’ll stay put.

<style type=”text/css”>
.pagewidth {
float: left;
margin: 0 !important;
min-height: 1000px;
position: relative;
width: 100%;
background-color: #F3F3F3;
}
* html .pagewidth {
float: none;
position: relative;
text-align: center;
}
.pageminwidth {
float: left;
left: 50%;
margin: 0 0 0 -470px;
min-height: 1000px;
position: relative;
width: 980px;
}
* html .pageminwidth {
float: none;
left: auto;
margin: 0;
position: relative;
text-align: left;
width: 0;
}
.pagelayout {
-moz-background-inline-policy: continuous !important;
background: none repeat scroll 0 0 transparent !important;
margin: 0 0 0 10px;
width: 980px;
}
* html .pagelayout {
float: left;
margin: 0 5px;
width: 0;
}
.pagecontainer {
-moz-background-inline-policy: continuous !important;
width: 990px;
padding: 0 5px;
box-shadow: 0 12px 15px rgba(0, 0, 0, 0.2);
background: none repeat scroll 0 0 #FFFFFF !important;
}
* html .pagecontainer {
}
#menu {
border-radius: 5px 5px 5px 5px;
box-shadow: 0 2px 2px #DDDDDD;
height: 46px;
margin-bottom: 15px;
margin-top: 15px;
padding: 0 0 0 10px;
width: 975px;
background-color: #3B3326 !important;
}
#menu ul {
list-style: none outside none;
margin: 0;
padding: 0;
}
#menu > ul > li {
background: url(“../image/tabs-border-image.png”) no-repeat scroll right center transparent;
float: left;
position: relative;
z-index: 20;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
display: block;
font-size: 13px;
font-weight: bold;
line-height: 14px;
padding: 16px 15px 16px 14px;
position: relative;
text-decoration: none;
z-index: 6;
}
#menu > ul > li > div {
background: none repeat scroll 0 0 #FFFFFF;
border: 3px solid;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
display: none;
padding: 5px 10px;
position: absolute;
z-index: 120;
}
#menu > ul > li:hover > div {
}
#menu > ul > li > div > ul {
display: table-cell;
list-style: disc outside url(“../image/list1.png”);
padding-left: 15px;
}
#menu > ul > li ul + ul {
padding-left: 20px;
}
#menu > ul > li ul > li > a {
display: block;
min-width: 120px;
padding: 4px;
text-decoration: none;
white-space: nowrap;
}
#menu > ul > li ul > li > a:hover {
color: white;
}
#menu > ul > li > div > ul > li > a {
}
#menu > ul > li:first-child {
margin-left: 4px;
}
#menu > ul > li ul > li > a:hover {
background-color: #DE360F;
}
#menu > ul > li ul > li > a:hover {
background-color: #3B3326 !important;
}
#menu > ul > li ul > li > a:hover {
background-color: #3B3326;
}
#menu > ul > li > a, #menu > ul > li > a:hover {
color: #FFFFFF;
}
#menu > ul > li:hover {
background-color: #EA6211;
}
#menu > ul > li > div {
border-color: #EA6211;
}
table.pgbc {
background-color: #3B3326;
border-radius: 5px 5px 5px 5px;
}
table.pgbc span, table.pgbc span a {
color: #FFF;
}
table.v4midBox {
border: none !important;
}
.grid td.left {
border-left: 1px solid #EEEEEE !important;
}
div.itemseparator {
border-left: 1px solid #EEEEEE !important;
}
</style>

Matt

August 7, 2012
2:09 PM
Matthew Ogborne
Guest

That code is not perfect, but it’ll work well enough though :0

Matt

August 8, 2012
1:35 PM
dave p
Member
Forum Posts: 24
Member Since:
July 26, 2012
Offline

cheers matt will give it a try. Good job I didn’t try to work out how to do that by myself lol

August 8, 2012
2:50 PM
Matthew Ogborne
Guest

dave p said

cheers matt will give it a try. Good job I didn’t try to work out how to do that by myself lol

hehehe me too, did it work ok?

Matt

August 9, 2012
11:54 AM
dave p
Member
Forum Posts: 24
Member Since:
July 26, 2012
Offline

Worked a treat. Cheers


Most Users Ever Online: 298

Currently Online:
6 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Newest Members: adil, Bethanyg24, Peter Butler, ANDI1, HannahBowden, dead phil, IQI, NWBltd, 100Olga, nuecity, EghAXWs7x4, Paul.., Irfan Elahi, anna, Raivinder Singh

Administrators: Dave Furness (69), Matthew Ogborne (186)