Viewing 1 replies (of 1 total)
  • Hi Mike, right now the plugin adds a 5px margin, it doesn’t yet support custom margins. You could click Edit under Plugins, and edit the 5px values manually. If the plugin is updated (rarely these days), it’d get overwritten though. For example, for a 10px margin, change the line:

    case "left-wrap":
    		$featured_images_in_rss_css_code = 'float: left; margin-right: 5px;';

    to

    case "left-wrap":
    		$featured_images_in_rss_css_code = 'float: left; margin-right: 10px;';

    I’ll look at adding that as an option in a future release.

Viewing 1 replies (of 1 total)
  • The topic ‘How to increase the right margin?’ is closed to new replies.