Word Wrap around Images

Discussion in 'Woodpecker WordPress Business Theme' started by marketingtypeguys, Sep 18, 2015.

  1. marketingtypeguys

    marketingtypeguys Member

    Joined:
    Apr 15, 2014
    Messages:
    79
    Likes Received:
    1
    Hi --

    I'm using Woodpecker theme, and having issues with vspace and hspace around images. The text just aligns right next to the image, w/o any space.

    You can see this here:

    http://yourfreehvacwebsite.com/about-us/

    Please let me know how to fix.

    Thanks!

    Chris
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    img.wp-image-1839.size-medium.alignleft {
        padding-right: 20px !important;
    }
    
    Note: Change the numeric value as per your requirement.

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. marketingtypeguys

    marketingtypeguys Member

    Joined:
    Apr 15, 2014
    Messages:
    79
    Likes Received:
    1
    Hi --

    Unfortunately, that didn't work. I turned off all plug ins to see if it was a plug in conflict, but not difference at all with image word wrap.

    This is happening for every image that I try to add to a page -- is there an overall solution (for the entire website) rather than image by image?

    Please advise.

    http://yourfreehvacwebsite.com/about-us/

    Thanks!
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    I am sorry if above code didn't work....

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard once.
    Code:
    .content-bar img {
        padding-right: 20px !important;
        padding-bottom: 10px !important;
    }
    Note: Change the numeric value as per your requirement.

    If you still getting the same issue, please send us your dashboard credentials at [email protected] and we will do it for you.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page