• Resolved skigirl1369

    (@skigirl1369)


    The image has a margin of 5px on the right when I have the plugin set to Image Left Text Wrap. Is there a way to increase this margin?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi there,

    Are you using the latest version of the plugin? As of v1.3.8 it now includes an option of customizing the image/text padding/margin, just type in a new value and click Save.

    Let me know if you have continued trouble?

    Thanks,
    Rob

    Thread Starter skigirl1369

    (@skigirl1369)

    Yes. 1.3.8

    I thought it might be because I was using feedburner (Because Hubspot didn’t like the regular Feed URL https://axenics.com/feed. so i pushed it to feedburner first)

    See screen capture of settings page
    Settings screenshot

    But I have removed the feedburner feed. And cleared my browser cache. However, the settings still doesn’t show anything with regard to padding/margin.

    Oh apologies, the custom padding is coming with the new v1.4 of the free plugin, I’ve been looking at it for so long I thought it has been included since v1.3.8. I’ll be pushing out the new version very soon.

    Go ahead and edit the plugin files, under Plugins, click Editor, then from the drop-down menu, choose the plugin, and edit the main .php file, look for these lines:

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

    and just change the 5 to 10 or 15 etc… then click Update File. (Or edit it via a File Manager or FTP program.)

    That will change the padding between the image and text.

    Once v1.4 is released, you can easily edit the spacing within the Options page.

    Thanks,
    Rob

    Thread Starter skigirl1369

    (@skigirl1369)

    Thanks. That’s what i had done but didn’t want my edits overwritten. Thank you for the update

    Janna

    When you say it adds margin around the image, is that on all sides or just the side between it and wrapped text (i.e. image left, text wrapped around right of image so margin setting affects image margin on right)?

    Hi dozza, it’s just between the image and the text, whichever way it is wrapping.

    Let me know how it’s going?

    Rob

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Image margin with text wrap’ is closed to new replies.