Следите за новостями любимого конструктора сайтов uCoz в социальных сетях!
Привет, сейчас материалы доски объявлений выглядять так:
Как мне сделать чтобы они выглядили так:?
2. И как сделать чтобы фон сайта стоял на месте, чтобы при прокрутки сайта вниз фон не опускался?
Добавьте в css:
#allEntries{display:flex;flex-wrap:wrap;margin:-15px} #allEntries > div{padding:15px;box-sizing:border-box;width:100%} @media (min-width: 981px),(min-width: 521px) and (max-width: 710px) { #allEntries > div{width:33.3333333%} } @media (min-width: 711px) and (max-width: 980px),(min-width: 350px) and (max-width: 520px) { #allEntries > div{width:50%} }
Так он уже фиксирован или вы хотите чтобы он не был фиксирован. Пишите чтобы не опускался, теперь спрашиваете как сделать чтобы опускался, вы определитесь.
Чтобы опускался, в стилях ищем строку 22:
.wrap { background: url('http://virus-corp.do.am/mailshoping/fon.jpg') top center no-repeat; background-attachment: fixed; background-size: cover; min-height: 100%; }
удаляем выделенное.
Я сдела этот "Вид материалов" сам
<figure class="imgteaser" style="position: relative; display: table; margin: 0px auto; border-width: 10px; border-color: rgb(68, 85, 102); line-height: 0; color: rgb(223, 223, 223); cursor: pointer; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; text-align: start;"><a href="$ENTRY_URL$"><font color="#333333" face="sans-serif, Arial, Verdana, Trebuchet MS"><span style="font-size: 13px; line-height: 20.8px;"><img alt="" src="$SCREEN_URL$" style="width: px; height: 246px;" /></span></font></a> <figcaption style="position: absolute; bottom: 10px; left: 10px; right: 10px; padding: 5px 10px; font-size: 12.8px; line-height: 1.3em; background: rgba(68, 85, 102, 0.701961);">$TITLE$</figcaption> </figure>
Что здесь можно предумать, чтобы материалы были в четыри колонки?