Menu not showing up on mobile site

Home Forums All Other Themes Menu not showing up on mobile site

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #26647
    Sohail AnjumSohail Anjum
    Member
    • Topics: 1
    • Replies: 5
    • Total: 6
    Member since: October 29, 2015

    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

    #26648
    Sohail AnjumSohail Anjum
    Member
    • Topics: 1
    • Replies: 5
    • Total: 6
    Member since: October 29, 2015

    It shows up on Home page but no on any other page

    #26649
    Sohail AnjumSohail Anjum
    Member
    • Topics: 1
    • Replies: 5
    • Total: 6
    Member since: October 29, 2015

    Also I want to change the background colour of the Nav-bar/header but can’t find any class in the styles.css file

    #26662
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly 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,
    Shri

    #26711
    Sohail AnjumSohail Anjum
    Member
    • Topics: 1
    • Replies: 5
    • Total: 6
    Member since: October 29, 2015

    http://kinnitty.com/wp/

    #26718
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi 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,
    Brad

    #26725
    Sohail AnjumSohail Anjum
    Member
    • Topics: 1
    • Replies: 5
    • Total: 6
    Member since: October 29, 2015

    No they don’t appear on mobile phones

    #26736
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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,
    Brad

    #26771
    Sohail AnjumSohail Anjum
    Member
    • Topics: 1
    • Replies: 5
    • Total: 6
    Member since: October 29, 2015

    I 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.

    #26835
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi 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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.