Word wrap around images

Discussion in 'Blackriders WordPress Theme' started by freepublicitygr, Jul 25, 2013.

Thread Status:
Not open for further replies.
  1. freepublicitygr

    freepublicitygr Member

    Joined:
    Nov 19, 2012
    Messages:
    32
    Likes Received:
    0
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .page-content .content-bar img {
    float: left;
    margin-right: 10px;
    }
    .fullwidth img {
    float: left;
    margin-right: 10px;
    }
    This will solve your issue.
     
  3. freepublicitygr

    freepublicitygr Member

    Joined:
    Nov 19, 2012
    Messages:
    32
    Likes Received:
    0

    That's perfect. It did fix the pages. However the posts in the blog section are still not wrapping. Here is an example:

    http://www.freepublicitygroup.com/b...ok-the-most-powerful-book-marketing-strategy/

    Any help would be greatly appreciated.

    Thanks,

    Don McCauley
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .post img {
    float: left;
    margin-right: 10px;
    }
     
  5. freepublicitygr

    freepublicitygr Member

    Joined:
    Nov 19, 2012
    Messages:
    32
    Likes Received:
    0
    Perfect. Thanks very much for the prompt response.

    Don
     
Thread Status:
Not open for further replies.

Share This Page