Looks like I have solved this by finding this code to removing the sidebar. Adding below to custom css for the wptouch plugin:
#sidebar {
display: none;
}
Hi, I’ve also activated the wptouch plugin and am having the same problem as Kudzo in that the pages, archives, categories and meta widgets are being displayed and are not on the desktop display. It looks as if it is something to do with #sidebar layout but I can’t work how to remove it from the mobile layout. Can somebody help please?