Подскажите пожалуйста, как исправить этот кусок кода в
style.css, чтобы заголовок статей отображался корректно - если слишком длинный, то переходил на новую строку.
При нажатии на тег more в любой статье, выходит корявый заголвок :)Сайт http://super-tourism.ru/
.post .title {left:55px; position:relative; width:400px;}
.post .title h2 {line-height:25px; overflow:hidden; max-height:25px;}
.singlepage .post .title {left:55px; position:relative; width:500px;}
.fullwidth.singlepage .post .title {width:865px;}
.singlepage .post .title h2 {line-height:28px; overflow:hidden; max-height:90px;}
style.css, чтобы заголовок статей отображался корректно - если слишком длинный, то переходил на новую строку.
При нажатии на тег more в любой статье, выходит корявый заголвок :)Сайт http://super-tourism.ru/
.post .title {left:55px; position:relative; width:400px;}
.post .title h2 {line-height:25px; overflow:hidden; max-height:25px;}
.singlepage .post .title {left:55px; position:relative; width:500px;}
.fullwidth.singlepage .post .title {width:865px;}
.singlepage .post .title h2 {line-height:28px; overflow:hidden; max-height:90px;}


