Comment to 'Trouble after B1 - when it will be fixed?!'
  • If u insert pictures in ur Profile edit box it is not working correctla under Artificer theme (See my screen)

    .bx-media-tablet .bx-def-constraint-all *, .bx-media-tablet .bx-def-constraint-list ol, .bx-def-constraint-list ul, .bx-media-tablet .bx-def-constraint-pre pre, .bx-media-tablet .bx-def-constraint-object object, .bx-media-tablet .bx-def-constraint-iframe iframe, .bx-media-tablet .bx-def-constraint-img img {

     -moz-box-sizing: border-box;

     -ms-box-sizing: border-box;

     -webkit-box-sizing: border-box;

     box-sizing: border-box;

     max-width: 500px;

     overflow: hidden !important;

    }

    u gave here a max-width defination what is not working on mobile

    .bx-media-tablet .bx-def-constraint-img img

    max-width: 500px;

    --------------------------------------------------------------

    i think with

    max-width: 100% !important;

    makes it is working