How to un-float an aside and move it below content in responsive WordPress theme -


i working on first responsive custom theme , i've run couple of snags kicker one.

i have aside float right main content flow around it. on mobile version, though, need aside below content.

how do that?

here page: http://digitaldemo.net/landmark/whats-in-it-for-you

many thanks!

cynthia

link not working.

anyway, responsive uses media queries + fluid margins/padding , widths. can media queries like:

@media screen , (min-width: 480px) { aside { float:none; } } 

you can play media queries.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -