Jump to content

lapochka

Newbie
  • Posts

    3
  • Joined

  • Last visited

lapochka's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Вся проблема была в height у news Когда поставила нижний padding следовательно поменяла heght с 270 на 210. Большое спасибо за помощь!
  2. А как иначе news_info кинуть на самый низ блока новости?
  3. Здраствуйте. Нужна помощь с казалось бы простой темой Есть вот такой вид контента, заголовок будет максимум из двух строк (ограничение движка), для контента поставила max-height, в случае если строка одна всё нормально, но если строки две, то текст контента налазит на текст информации о новости. HTML: <div class="news"> <div class="news_header">Заголовок</div> <div class="news_content">Текст контента</div> <div class="news_info">Информационный текст</div></div>CSS: .news{ background-color:#f0f5f9; display:inline-block; height:270px; width:270px; float:left; margin-bottom:10px; padding:10px; position:relative;}.news:nth-child(3n+2){ margin:0 10px; width:280px;}.news_header{ text-transform:uppercase; max-height:40px; overflow:hidden;}.news_content{ display:block; font-size:12px; margin:10px 0; max-height:210px; overflow:hidden;}.news_info{ display:block; position:absolute; bottom:10px; height:21px;}Заранее огромное спасибо!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy