Fitness Pro Navigation Isssues on Mobile.

Home Forums All Other Themes Fitness Pro Navigation Isssues on Mobile.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #49945
    AndrewAndrew
    Member
    • Topics: 3
    • Replies: 4
    • Total: 7
    Member since: May 17, 2016

    Hi Guys,

    Our client is having some issues with the navigation of your theme.
    The home page drop down menu gets hidden behind the personal training square and
    Also when you go to an inner page, there is no drop down menu to continue searching. It seems you have to hit the back arrow and go back to the home page to find the drop down menu again.

    Can you please advise on this? You can see the website here: http://bestfitness.seeit.website

    Thanks.

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

    Hi Andrew,

    Was your issue resolved? Drop down menu appears on your website.

    Regards,
    Dave

    #50101
    AndrewAndrew
    Member
    • Topics: 3
    • Replies: 4
    • Total: 7
    Member since: May 17, 2016

    Hi guys,

    These issues have not been resolved. I have included 2 screen shots so you can see the issues. First screen shot in the navigation going behind the call to action on the homepage.

    The second screen shot is the navigation not showing up at all on sub pages.

    issue1

    issue2

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

    Hi Andrew,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:979px) {
    .header { height:auto;}
    }

    @media screen and (max-width:479px) {
    .services-box { width:100% !important;}
    }

    Regards,
    Dave

    #50176
    AndrewAndrew
    Member
    • Topics: 3
    • Replies: 4
    • Total: 7
    Member since: May 17, 2016

    Hi Guys,

    I added this. But it doesn’t change anything. The drop down nav is still hidden behind the CTA ( Call to action), and on sub pages the navigation does not display at all.

    See the screen shots.

    Full Link to Image 1

    Full Link to Image 2

    #50224
    AndrewAndrew
    Member
    • Topics: 3
    • Replies: 4
    • Total: 7
    Member since: May 17, 2016

    Hi Guys,

    I have corrected the first issue, but the navigation missing on the sub pages I’m still not sure about is it a template/php issue? Can you please advise?

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

    Hi Andrew,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:979px) {
    .header { height:auto !important;}
    }

    Regards,
    Dave

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