Home › Forums › All Other Themes › Menu not showing up on mobile site
- This topic has 9 replies, 3 voices, and was last updated 8 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
March 14, 2016 at 1:46 am #26647
Menu does not show on mobile site, It shows up on Home page but no on any other page. Also I want to change the background colour of the Nav-bar/header but can’t find any class in the styles.css file
March 14, 2016 at 1:47 am #26648It shows up on Home page but no on any other page
March 14, 2016 at 1:49 am #26649Also I want to change the background colour of the Nav-bar/header but can’t find any class in the styles.css file
March 14, 2016 at 4:52 am #26662Kindly show us your website URL so that we can understand as to how menu is not working and guide you on the color change.
Regards,
ShriMarch 14, 2016 at 10:40 am #26711http://kinnitty.com/wp/
March 14, 2016 at 11:47 am #26718Hi Sohail,
We have checked and found that menu appears on all pages. Did you solved this issue?
For the background color of menu:
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
@media screen and (max-width: 767px) {
#nav{background:##77bf26 !important;}
}Regards,
BradMarch 14, 2016 at 12:17 pm #26725No they don’t appear on mobile phones
March 14, 2016 at 1:28 pm #26736Hi,
We tested it on iPhone 6 and 6s, and 5s and Nexus 7 2012 and 2014 and Moto X phones and tablets and found it to be working just fine.
Regards,
BradMarch 14, 2016 at 3:56 pm #26771I was testing on android on Sony Xperia Z3 and Samsung S6. But now they are appearing on both, I wonder you did something??
I have another issue. On homepage while viewing on mobiles (I have screenshot but I can’t attach it here) under the slideshow there is a grey band which does not go all the way. Can you tell me how to fix it?
Also which file do I need to change to make featured images of the pages crop and appear bigger on mobiles rather than appearing the while width and become very narrow. My client does not like it. Now if I make the image wider it appears nice on mobiles but then it fills up the page on desktops which I donlt want.
March 15, 2016 at 5:23 am #26835Hi Sohail,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
@media screen and (max-width: 479px) {
.nivo-caption{ width:100% !important; }
}Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.