Home › Forums › Theme support › some Ca/Boom queries and a BIG Thank You › Reply To: some Ca/Boom queries and a BIG Thank You
Yes, I saw it. I think you’ve change to much in the header section and you use too much plugins, because every plugin has it’s on stylesheet files and sometimes it overwrite the Theme stylings. With all these changes in the theme and use plugins it can’t work like the original (100% responsive!).
You can try to go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and remove this:
#navleft {
position: absolute;
right: 0px;
top: 50%;
margin-top: -40px;
}
This could help…