Shortcodes Seem to work but look like crap

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

Comments

3 responses to “Shortcodes Seem to work but look like crap”

  1. jbvandyke Avatar
    jbvandyke

    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?

    1. 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

  2. Hi,
    Your theme may cause this. You can customize this with css (you have classes “visits”, “hits”, “referrals”, “ratio”….)
    cheers

Share