Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author tuxlog

    (@tuxlog)

    Hello marek,

    can you give me the URL of your site and a login. So I can see what css have to be changed.

    Thanks, Hans

    Thread Starter mareksgregs

    (@mareksgregs)

    Plugin Author tuxlog

    (@tuxlog)

    Hello Marek,

    thnak you. Please try the following:

    – copy wp-monalisa-default.css to wp-monalisa.css
    this will avoid that your settings are overwritten with the next
    update of wp-monalisa
    – edit wp-monalisa.css and change
    div.wpml_commentbox {
    font-size: 8px;
    border: 0px solid;
    padding: 1px;

    }
    to
    div.wpml_commentbox {
    border: 0 solid;
    font-size: 8px;
    margin: 0 auto;
    max-width: 960px;
    overflow: hidden;
    padding: 5px 70px;
    text-align: center;
    width: auto;
    }

    This will bring the smilies to the good indentation.

    That’s all.
    Please do not forget to change your password.

    Regards and happy XMAS, Hans

    Thread Starter mareksgregs

    (@mareksgregs)

    Thank you very much! Looks great! 🙂

    And Happy Christmas to you too!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wrong placment’ is closed to new replies.