Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Les,

    That’s just a matter of adding some CSS to your theme’s CSS file.

    Paste this in:

    div.pager img {
      margin-right: 10px;
    }

    Jonathan

    Plugin Contributor Dalton Rooney

    (@daltonrooney)

    Hi Les,
    It looks like you have a problem with your theme, actually, it is not loading the plugin CSS file. That means your theme is probably missing the wp_head() function in header.php. Take a look in TwentyEleven to see where it goes, usually just before the </head> tag in your theme’s header.php.

    Regards,
    Dalton

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Portfolio Slideshow] Add spacing between thumbnails’ is closed to new replies.