Responsive menu displays too soon
Thank you for a great theme! I have one big problem with the responsive menu. It appears far to soon. If I adjust my browser size even slightly, the menu will disappear and become three little horisontal bars. (I did discover that I can replace that with text like MENU which helps a lot). How can I override this setting in my child theme CSS file? The responsive menu displays at 1024 x 768 already. I would only like it to show up at 800 x 600. Can you please tell me how to achieve this.
Comments
please take a look at http://forum.muffingroup.com/betheme/discussion/29/responsive-toggle-value where everything was described and this will definitely help you.
Most of all these solutions discussed in the link you supplied was for the responsive.css file. The latest theme have 3 responsive css files. These files are responsive-1240.css, responsive-960.css and responsive.css. I just want the menu to minimize below a width of 960px. Not 1260px.
On June 4 you gave this solution: What should be done to get mobile menu only on mobile devices, was modification in css/responsive.css file in line 92. We replace below line:
@media only screen and (max-width: 1239px) {
with:
@media only screen and (max-width: 768px) {
On new updated theme, these cannot be found on line 92 of responsive.css anymore.
I will send you FTP info via private mail to help me get this fixed. My client is not going to pay me for his website unless I get this fixed
Thank you for your support.