Hi, i just wanted to make sure, that the sidebar is not shown when I use the tablet in portrait-view.
You are using fixed values in functions/include_custom_style.php beginning in line 425:
@media only screen and (min-width: 768px) and (max-width: 959px) {
.sidebar_right{ display:none }
#content.content_wrap{ margin-right:0; }
#respond #author,#respond #email,#respond #url,.contactform input,.contactform input.website{ width:346px; float:none; }
#respond textarea,.contactform textarea{ width:346px}
}.......
It would be nice to have this values as variables, in order to be able to customize the width and max-width at which the site breaks.
I could make the changes in this file on my own, but i have to take care when I am implementing future updates of your theme.
cheers