Text Doesn't Wrap Around Images

Discussion in 'HomeBuilder WordPress Theme' started by Eric, Jan 16, 2013.

  1. Eric

    Eric New Member

    Joined:
    Dec 28, 2011
    Messages:
    25
    Likes Received:
    1
    I'm having trouble with the Home Builder Theme I'm using on my client's website.

    When I add an image to a page or a post using the WordPress image editor, the text doesn't wrap around the image as it should when I make the alignment left or right. I can get the text to wrap around the image by using the HTML, 'style="float: left/right"', but I don't want my client to have to do that every time she adds an image to a page or post.

    You can see what I mean here: http://realestatesyv.com/agent/

    I wonder if this problem can be solved using CSS.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content-bar img {
    float: left;
    margin-right: 20px;
    }
    this will solve your problem.

    Thanks and Regards,
    Piyush
     

Share This Page