Problem with words wrapping around pictures properly

Discussion in 'Blackriders WordPress Theme' started by cholcombe, Oct 30, 2013.

  1. cholcombe

    cholcombe New Member

    Joined:
    Oct 12, 2013
    Messages:
    19
    Likes Received:
    0
    Hi,
    I've tried the suggestions in the previous posts of
    /* wrap text around photos correctly */
    .page-content .content-bar img{
    float:center;
    }
    and
    /* wrap text around photos correctly */
    .content-bar img {
    float: center;
    margin-right: 20px;
    }
    But I'm still having problems.
    http://dev.fixmypain.ca/canada/ - The text should be next to it. Currently, it only displays one line.
    http://dev.fixmypain.ca/about-us/doctors/ - the pictures should be centered in the column.
    Thanks for you help.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Remove code you have posted above and paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .ezcol.ezcol-one-half {
    text-align: center;
    }
    .page-content .content-bar img {
    float: left!important;
    }
    It will work.
     
  3. cholcombe

    cholcombe New Member

    Joined:
    Oct 12, 2013
    Messages:
    19
    Likes Received:
    0
    Thank you for your reply. I deleted the code I had before, and replaced it with the code above. I'm still getting the same results. Is there anything else I can try?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Go to the
    Appearance > Theme options > Custom css and correct previous code as shown in the image.

    custom-css.png
     

Share This Page