Hello,
1. Sidebar can be disabled in Theme Settings -> Shop -> Shop page layout. And you can add this snippet to the Custom CSS area in Theme Settings to remove “Sort by” select
select.orderby {
display: none;
}
3. Try to increase topbar height by adding this code to the Custom CSS area in Theme Settings for mobile devices only
.topbar-wrapp {
height: 90px;
}
Regards