Sorun Mobilde boyutlandırma yapamadım site oldugu gibi çıkıyor body de boyutlandırma % üzerinden ve meta olarakda bunu <meta name="viewport" content="width=device-width, initial-scale=1"> ekledim halen aynı boyutta değişmiyor cssye baglayarakda verdim ama yinede olmadı
<body width="100%" height="100%">
<div class="headerbg">
<div class="logo"><a href="index.html" title="<?php
$durum = $_SESSION['lang'];
if($durum=="tr"){
?>
<?=$al[tr_unvan];?> <?php } ?>body {
border-top: 4px solid #264459;
width:100%;
height:100%;
line-height:1;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0 auto;
background-color: #FFF;
background-position: center top;
background-repeat: repeat-x;
background-image: url(../images/bg.png);
}