Hi Paul,
I tried what you said and it didn’t work 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 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?
Can anyone shed light on this, please?
Thanks, Alexandra