Link to home
Start Free TrialLog in
Avatar of Marisa
MarisaFlag for United States of America

asked on

Having div troubles at smaller window sizes

http://www.custompatches.net/test/index3.html

I want the quote form to be underneath the slider, instead of to the right, once the screen size is smaller than 768. Putting a float:none; on the div at the smaller media queries didn't work. Not sure what else to try. I'm hardly an expert at responsive css.
SOLUTION
Avatar of Kim Walker
Kim Walker
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of David S.
David S.
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Marisa

ASKER

Thanks, guys. I think I'm slowly staring to partially understand. I added "display: block;" to all the instances of .header-banner at smaller sizes, but it's not helping. Is there something I'm missing? Thanks again.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Marisa

ASKER

That did work. Thanks. Now I can't get the quote form to span the width of the page at those smaller sizes even though I put a 100% width on it. I know this wasn't part of the original scope, so I'm opening a new question for it. If you want, you can look for it, seeing as you're a little familiar with the code now. Thanks.