Jump to content

Лого на Default стиле

Featured Replies

Ребят! Всем доброе утро и всех  с пятницей:)! Вопрос такого характера, где в css подправить логотип, что бы он был на всю ширину форума, раньше на 3.4.6 мне помогали добрые люди с кодом в стаил.ксс и всё было ок, а тут, что то не могу разобраться, что да как, смотрите скриншоты (Надо растянуть логотип на всю ширину, и в мобильной версии тоже, а стиль что бы был резиновым)

Screenshot_2015-07-02-11-12-52.png

1.png

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/
Share on other sites

Привет. Добавь в custom.css:

@media screen and (max-width: 979px) { .ipsLayout_container { padding: 0; max-width: 100%; } }

 

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/?&do=findComment&comment=89958
Share on other sites

Привет. Добавь в custom.css:

@media screen and (max-width: 979px) { .ipsLayout_container { padding: 0; max-width: 100%; } }

 

Добавил, ни чего не произошло :think:

1.png

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/?&do=findComment&comment=89959
Share on other sites

Кеш чистил?

add.PNG

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/?&do=findComment&comment=89960
Share on other sites

Всё ок! Спс Паш!!!! но это на мобильной версии а с браузера также

Кэш чистил, может не правильно? Не там может чищу 

2.png

1.png

Edited by Spray

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/?&do=findComment&comment=89961
Share on other sites

Ты хочешь растянуть бэкаграунд по ширине? Будет не эстетично

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/?&do=findComment&comment=89962
Share on other sites

Ну хотя бы выровнять его по высоте, что бы пробелов не было, а на моб.версии оставить как сейчас

Edited by Spray

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/?&do=findComment&comment=89963
Share on other sites

Туда же

#ipsLayout_header header {
  padding: 0px 0 125px 0;
  margin-bottom: -125px;
}

 

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/?&do=findComment&comment=89964
Share on other sites

Всё ок спасибо огромное!!!!

блин, косяк в мобильной версии, щас скрин выложу

Вот

Screenshot_2015-07-02-13-51-40.png

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/?&do=findComment&comment=89968
Share on other sites

Туда же

#ipsLayout_header header {
  padding: 0px 0 125px 0;
  margin-bottom: -125px;
}

 

Блин пытался менять настройки и в этом коде и в том, который выше, ни чего не вышло, как быть?

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/?&do=findComment&comment=89970
Share on other sites
@media screen and (max-width: 979px){
    #ipsLayout_header > header {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
}

 

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/?&do=findComment&comment=89971
Share on other sites
@media screen and (max-width: 979px){
    #ipsLayout_header > header {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
}

 

Стало так же как на самом первом скрине!:think:попытался поменять значения, не помогло

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/?&do=findComment&comment=89972
Share on other sites

Естественно. Не вижу кода из второго сообщения.

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/?&do=findComment&comment=89974
Share on other sites

Естественно. Не вижу кода из второго сообщения.

Вот

1.png

Всё! сделал, я удалил код 

@media screen and (max-width: 979px) { .ipsLayout_container { padding: 0; max-width: 100%; } }

вставил его обратно и всё стало ок! спасибо за помощь Паш!!! Тему можно закрыть!!!

3.png

2.png

1.png

Edited by Spray

Link to comment
https://ipbmafia.ru/topic/11802-logo-na-default-stile/?&do=findComment&comment=89975
Share on other sites
Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.