SNEG, какой див отвечает за это ?
и он не находится ли внутри другого дива ?
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { background-color: #f1f1f1; color: #333; font-family: "Arial, sans-serif; font-size: 14px; line-height: 1.1; margin: 0; }
h2 { font-size: 17px; font-weight: normal; margin-top: 0; margin-bottom: 0; padding: 8px; }
.title { background: #bdc3c7; font-family: ''; }
.content { margin-left: auto; margin-right: auto; width: 940px; }
<div class="title"><div class="content"><h2>Текст</h2></div></div>Вот
.title{
max-width:100%;
}
.content{
max-width:inherit;
}
уберт font-weight: normal;
и замени width: 940px на width:auto;
Не одно решение не подошло свое нашел, всем спасибо.