css - WP Images not aligning as expected -


here's what's up. i've got post has images, , i'm trying them wrap paragraph text, it's not behaving way expect. insight? simple fix i'm missing.

relevant styles

img.alignright { float: right; margin: 0 0 1em 1em; } img.alignleft { float: left; margin: 0 1em 1em 0; } img.aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignright, .alignleft { display:inline;} .alignright { float: right; } .alignleft { float: left; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .wp-caption {font-size:10px; max-width:100%;} 

page in question: http://dev.traction.media/mmsheeks/alice/i-spy/

any pointers?

styles.css:91

.main p {   font-family: 'source sans pro', sans-serif;   font-size: 1.3em;   /* float: left; */   margin: 1em auto; } 

Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -