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.
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.
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?
Hello, Go to the Appearance > Theme options > Custom css and correct previous code as shown in the image.