Jump to content

Помогите выравнять панель 

Featured Replies

Помогите выравнять панель. ips 4.2

59b138afb225d_.thumb.PNG.87f3c1046e79ca8d67e1b575752d2796.PNG

Link to comment
https://ipbmafia.ru/topic/18254-pomogite-vyravnyat-panel%C2%A0/
Share on other sites

Попробуй в custom.css добавить. Точно не уверен, но вроде оно

div.ipsLayout_container{
    top: 0px;
    right: 5px;
    padding-left: 6px;}

 

Link to comment
https://ipbmafia.ru/topic/18254-pomogite-vyravnyat-panel%C2%A0/?&do=findComment&comment=135981
Share on other sites
1 час назад, ro-avde сказал:

Попробуй в custom.css добавить. Точно не уверен, но вроде оно


div.ipsLayout_container{
    top: 0px;
    right: 5px;
    padding-left: 6px;}

 

После входа в систему:
59b16ffa27b06_.thumb.PNG.b474a6076b206d5e4e000ed31cd6342c.PNG

Link to comment
https://ipbmafia.ru/topic/18254-pomogite-vyravnyat-panel%C2%A0/?&do=findComment&comment=135990
Share on other sites

все становится нормально если включить:

.ipsLayout_container {
    max-width: 1310px;
    padding: 0 0px;
    margin: 0 auto;
    position: relative;
}

но, если выставляю в процентах - все равно убегает

Link to comment
https://ipbmafia.ru/topic/18254-pomogite-vyravnyat-panel%C2%A0/?&do=findComment&comment=136001
Share on other sites

Решил проблему сам. Если кому надо:

html[dir="ltr"] #elBackHome {
    padding: 15px 0 15px 25px;
    margin: -20px -25px -5px -28px;
    background: #0c0c0c;
    border-radius: 0;
    border-bottom: 5px solid #b42a13;
    box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.25);
}

Link to comment
https://ipbmafia.ru/topic/18254-pomogite-vyravnyat-panel%C2%A0/?&do=findComment&comment=136008
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

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

  • No registered users viewing this page.