I'm trying to change the layout of my webpage with media queries in the css inserts section. I'm having some luck, but have had no end of problems with the %pages menu. I think I have it styled correctly, but the whole menu doesn't show, just the top of the first button.
You have to look at it on a smart phone to see the actual display, the web simulators don't seem to work.
The url is http://badgerkc.meganstestsite.com
Code:
@media only screen and (min-device-width : 320px) and (max-device-width : 500px) { html{background:url(none); background-color:#7b0100;} body{} div#slider div#rev-slider-widget-3{display:none; } table#layout tr#bodyrow td#middle{background-color:#FFFFFe;} div#widget_sp_image-4{display:none;} tr td#header{background:url(none); background-color:#501249;} table#layout tr td#header div#slider { background-position:center top; height:150px; width:100%; background-image: url(http://badgerkc.meganstestsite.com/wp-content/uploads/2014/04/WebBannerSmall3.png); background-repeat:no-repeat; } div#slider div#text-59{color:#000000;} div#text-59{margin-top:165px; clear:both;} div#text-59 div.textwidget div {font-size: 2em; font-weight:normal; width:100%;} div#text-59 div.textwidget div p{padding:20px 10px 10px 10px; width:800px;} div#menu1{ margin-bottom:30px; height:1000px; overflow:visible; } div#menu1 ul#rmenu2{ width: 100%; margin:0;padding:0; /* CSS Reset */ max-width: 1000px; /* restrict the width */ margin: auto; margin-bottom:30px; } div#menu1 ul#rmenu2 li{ width: 100%; list-style-type: none; /* remove the dots */ display:inline-block; /* IMPORTANT */ } div#menu1 ul#rmenu2 li a{ color:#FFFFFe; display:block; margin:15px; padding:12px; border:1px solid #FFFFFe; -moz-border-radius:12px; -web-border-radius:12px; border-radius:12px; height:1000px; background-color:#0D0428; width:100%; } } /* end media queries */