Your cart is currently empty!
Shortcodes Seem to work but look like crap
—
by
I’ve added the [affiliates_affiliate_stats type=”stats-referrals” /] and the [affiliates_affiliate_stats /] shortcodes to my page but they look horrible. There is no spacing between columns so it shows like this: “VisitsHitsReferralsRatio” and “DatePostAmountCurrencyStatus”. How can I make them more presentable?
Thanks.
Posted in Affiliates Pro
Comments
3 responses to “Shortcodes Seem to work but look like crap”
Hi Antonio. I’m fairly new to this… where could I find the CSS page to modify this? It looks like if I modify the cellspacing in the code below it will fix the issue, but I don’t know what CSS file I need to modify in order to do that. Can you help?
Hi,
in your theme css (Appearence->Editor) you can add for example:
th.visits {
width: 20%;
}
th.hits {
width: 20%;
}
th.referrals {
width: 40%;
}
th.ratio {
width: 20%;
}
cheers
Hi,
Your theme may cause this. You can customize this with css (you have classes “visits”, “hits”, “referrals”, “ratio”….)
cheers