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
Post a Comment