Hello Magnus_Wallin,
Thanks for your message.
If I’m not wrong I’m using an old version (1.0.5); that’s what it says on theme details so I understand that my child theme is also that version.
Also, I tried amended the code as suggested and it didn’t work fully for me. I have done the following:
– Went to /public_html/YOURDOMAIN.COM/wp-content/themes/MINAMAZE/styles/
and downloaded in my computer the style-responsive.css
– Open the file and changed
#header-links,
#pre-header-search {
*display: none;
}
to this
#header-links,
#pre-header-search {
/ *display: none; */
}
Uploaded the new style-responsive.css in my /public_html/YOURDOMAIN.COM/wp-content/themes/MINAMAZE-CHILD/ folder
I have checked and the menu appears now on some tablets. This makes sense since in style-responsive.css file I see /* iPad & Tablet */ just before the code you suggested me to amend. So at the moment I have my menu appearing in some mobile devices:
– Android HTC portrait or landscape: doesn’t appear
– Android Tablet landscape: yes
– Android Tablet Portrait: doesn’t appear
– Blackberry Landscape or Portrait: doesn’t appear (little use so I don’t mind)
– Kindle Fire Landscape: yes
– Kindle Fire Portrait: doesn’t appear
– iPad landscape: yes
– iPad Portrait: yes
– iPad Mini Landscape: yes
– iPad Mini Portrait: yes
– iPhone Landscape: doesn’t appear
– iPhone Portrait: doesn’t appear
So it looks like the change in my code only worked for iPad tablets in landscape and portrait mode and for other tablets only in Landscape mode. No mobiles are showing my menu. Could it be due to the size of screen? I have reduced the padding between menu items and created a shorter menu to see if the it appears but same devices are still not showing.
Can anyone shed light on this, please?
Thanks, A.