Jump to content

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

Featured Replies

comment_135981

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

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

 

  • Author
comment_135990
1 час назад, ro-avde сказал:

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


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

 

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

  • Author
comment_136001

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

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

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

  • Author
comment_136008

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

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);
}

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.