Home › Forums › All Other Themes › Fitness Pro Navigation Isssues on Mobile.
- This topic has 6 replies, 2 voices, and was last updated 6 years, 11 months ago by
Forum Moderator.
-
AuthorPosts
-
October 18, 2016 at 2:18 am #49945
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.
October 18, 2016 at 6:48 am #49986Hi Andrew,
Was your issue resolved? Drop down menu appears on your website.
Regards,
DaveOctober 19, 2016 at 2:50 am #50101Hi 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.
October 19, 2016 at 5:45 am #50120Hi 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,
DaveOctober 19, 2016 at 12:55 pm #50176Hi 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.
October 20, 2016 at 2:00 am #50224Hi 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?
October 20, 2016 at 6:53 am #50253Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.