Hello!
I have the following problem. I have a global style that is not resized in the mobile version of the site.
This is the style:
HTML Code:
<style>.page-t, .fullco {background:#5590cc;}.conte {width:883px; background:#eaeaea; position: relative; border:1px solid #d1d1d1; margin:0; padding:10px 20px; -webkit-border-radius: 0px 0px 8px 8px; border-radius: 6px 6px 6px 6px; -webkit-box-shadow: inset 0px 0px 9px 5px rgba(0, 0, 0, 0.02); box-shadow: inset 0px 0px 9px 5px rgba(0, 0, 0, 0.02); -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);}.page-t {width:883px; font-size:26px; color:#fff; margin: -11px 0 20px -20px; -webkit-border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px; padding:10px 20px;}</style><style>.calendar{margin:.50em 16px 10px 0;padding-top:10px;float:left;width:66px;background:#ededef;background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc)); background: -moz-linear-gradient(top, #ffffff, #ffffff); font:bold 16px Arial Black, Arial, Helvetica, sans-serif;text-align:center;color:#000;text-shadow:#fff 0 1px 0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;position:relative;-moz-box-shadow:0 2px 2px #888;-webkit-box-shadow:0 2px 2px #888;box-shadow:0 2px 2px #888;}.calendar em{display:block;font:normal bold 11px/24px Arial, Helvetica, sans-serif;text-transform:uppercase;color:#fff;text-shadow:#00365a 0 -1px 0;background:#04599a;background:-webkit-gradient(linear, left top, left bottom, from(#04599a), to(#00365a)); background:-moz-linear-gradient(top, #04599a, #00365a); -moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;border-top:1px solid #00365a;}.calendar:before, .calendar:after{content:'';float:left;position:absolute;top:4px;width:6px;height:6px;background:#111;z-index:1;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;-moz-box-shadow:0 1px 1px #fff;-webkit-box-shadow:0 1px 1px #fff;box-shadow:0 1px 1px #fff;}.calendar:before{left:7px;}.calendar:after{right:7px;}.calendar em:before, .calendar em:after{content:'';float:left;position:absolute;top:-3px;width:2px;height:10px;background:#dadada;background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa)); background:-moz-linear-gradient(top, #f1f1f1, #aaa); z-index:2;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}.calendar em:before{left:9px;}.calendar em:after{right:9px;}</style>
This is the site: http://www.souhssz.com/tjestova/question/
I know the problem is this:
I tried to set the width in percent (87%), but the design shifted.
Please help me make the mobile version display the content correctly.
Bookmarks