I think I’ve had the same issue
For me it was the /css/responsive.css settings for a resolution of width 1024px
Try adjusting the resolution or removing that section of the CSS code
I’ve resolved this one by changing the media screen settings for max-width 1024
Just putting an addendum on this one
I think my issue is this area of responsive.css
@media screen
and (max-width: 1024px) {
#logo {
margin-left: 10px;
width: 100% !important;
margin-bottom: 13px;
}
On a PC with a horizontal theme of 1024 it makes the theme unworkable