Hello,
Please add this castome css code:
code[name=mobilecontainer1]{
overflow: hidden;
} /code
And this code on event page show:
code$(".dwsc").find("table").each(function(){
$(this).width($(".dwwr").width() - 10);
});/code