Jump to content

Featured Replies

Спасибо, но у меня не вышло, все так и осталось, что делать? =(

Link to comment
https://ipbmafia.ru/topic/1538-ipblog/?&do=findComment&comment=9267
Share on other sites

Спасибо, но у меня не вышло, все так и осталось, что делать? =(

Сомневаюсь, скорее всего, вы что-то неверно сделали.

Дайте ссылку на форум в ЛС, желательно чтобы я мог открыть страницу, на которой это появляется.

Link to comment
https://ipbmafia.ru/topic/1538-ipblog/?&do=findComment&comment=9270
Share on other sites

Найдите в том же файле


#blog_title span {
color: #FFFFFF;
font-family: Georgia;
font-size: 1.8em;
font-style: italic;
left: 60px;
position: absolute;
text-transform: capitalize;
top: 10px;
width: 100%;
}
и замените на

#blog_title span {
color: #FFFFFF;
font-family: Georgia;
font-size: 1.8em;
font-style: italic;
left: 60px;
position: relative;
text-transform: capitalize;
top: 10px;
width: 100%;
}
[/code]

Link to comment
https://ipbmafia.ru/topic/1538-ipblog/?&do=findComment&comment=9275
Share on other sites

Найдите в том же файле


#blog_title span {

color: #FFFFFF;

font-family: Georgia;

font-size: 1.8em;

font-style: italic;

left: 60px;

position: absolute;

text-transform: capitalize;

top: 10px;

width: 100%;

}

и замените на

#blog_title span {

color: #FFFFFF;

font-family: Georgia;

font-size: 1.8em;

font-style: italic;

left: 60px;

position: relative;

text-transform: capitalize;

top: 10px;

width: 100%;

}

Спасибо, текст стал ровным, но появился сзади синий прямоугольник, как его убрать не подскажете?

Link to comment
https://ipbmafia.ru/topic/1538-ipblog/?&do=findComment&comment=9276
Share on other sites

но появился сзади синий прямоугольник

Скриншот не помешал бы..

Link to comment
https://ipbmafia.ru/topic/1538-ipblog/?&do=findComment&comment=9277
Share on other sites

Скриншот не помешал бы..

post-7136-0-52681600-1363270759_thumb.jp

+Как сделать чтобы описание Блога шло в длину ( т.е. "она есть" было на одной строчке)

Ps. Прошу прощения за столь тупые вопросы, я новичок в создании форумов =(

Link to comment
https://ipbmafia.ru/topic/1538-ipblog/?&do=findComment&comment=9278
Share on other sites

Найти


#blog_title {
display: block;
width: 63%;
background: url(...) no-repeat;
}
Заменить на:

#blog_title {
display: block;
width: 100%;
}
[/code]

Все проблемы исчезнут.

Link to comment
https://ipbmafia.ru/topic/1538-ipblog/?&do=findComment&comment=9279
Share on other sites

Найти


#blog_title {

display: block;

width: 63%;

background: url(...) no-repeat;

}

Заменить на:

#blog_title {

display: block;

width: 100%;

}

Все проблемы исчезнут.

Спасибо!!! Вы мастер.

Link to comment
https://ipbmafia.ru/topic/1538-ipblog/?&do=findComment&comment=9282
Share on other sites
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.