Viewing 1 replies (of 1 total)
  • Plugin Author itthinx

    (@itthinx)

    Hi,

    You have declared white-space:nowrap; in your theme’s shortcodes.css stylesheet, you need to remove it.

    code, q {
        color: #2991d6;
        margin: 0 2px;
        padding: 2px 4px;
        white-space: nowrap; <-- remove that
    }

    Cheers

Viewing 1 replies (of 1 total)

The topic ‘Problem with Banners Affiliates’ is closed to new replies.