Jump to content

Featured Replies

Posted
comment_155406

Вообщем создал - Header Message - и когда сохранил , увидел не ровность.Рамка вылезает из сообщения...(см. скриншот)
Гуглил , ничего толком не нашёл. :( 
Помогите пожалуйста 

Screenshot_1.png

comment_155432

В поиске стилях набери .ipsMessage

И вот это замени:

.ipsMessage {
    padding: 15px 15px 15px 45px;
    border-radius: 2px;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}

На вот это

.ipsMessage {
    padding: 15px 15px 15px 45px;
    border-radius: 2px;
    position: relative;
    margin-bottom: 0px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}

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.