Hi Dave,
Yeah there are ways to customise it. You would have to be familiar with CSS but I think if you put this in your theme’s CSS file you should be able to improve the look of the site instantly.
.ebayfeed td {
vertical-align: middle;
padding: 10px;
}
And to answer your second part:-
Also, I’m part of the eBay Partner Network and have entered my eBay campaign ID, will I get affiliate commissions for purchased made through my links?
If everything is set up correctly, then yes you should 🙂
Hi Rhys,
Thanks for getting back to me. I entered the code you listed above into my styelsheet (style.css) in my child theme, but it doesn’t seem to have had any effect. Any other ideas?
Nevermind my post above! The code you suggested worked perfectly, thanks again!
RESOLVED
Upon closer examination, it looks like that code you provided only works on Firefox, but not on Chrome or Safari. Here’s the page I’m referring to:
http://www.thecraftsmanbungalow.com/bungalow-homestore/furniture
I know that different browsers interpret code differently, but do you have any advice for harmonizing this look across all browsers?
It looks fine on Chrome and Safari. Could it be a caching issue that you are looking at an old version of the CSS? 🙂
Yes, had to cache out. It’s looking all good across all platforms now. Sorry for the confusion, and thanks again for your help!